mirror of
https://github.com/astronautlevel2/Anemone3DS.git
synced 2026-01-24 00:32:43 -05:00
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