Fix UB caused by using a free'd struct (actually fix QR code reader)
This commit is contained in:
@@ -34,7 +34,6 @@ typedef struct {
|
||||
u32 *texture_buffer;
|
||||
Handle mutex;
|
||||
volatile bool finished;
|
||||
volatile bool finished_update;
|
||||
volatile bool success;
|
||||
Handle cancel;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user