Fix UB caused by using a free'd struct (actually fix QR code reader)

This commit is contained in:
2018-05-11 17:54:43 -04:00
parent 3dad4e2a67
commit 1c3e8809f6
2 changed files with 4 additions and 6 deletions

View File

@@ -34,7 +34,6 @@ typedef struct {
u32 *texture_buffer;
Handle mutex;
volatile bool finished;
volatile bool finished_update;
volatile bool success;
Handle cancel;