mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-15 00:08:35 -07:00
Fuzzers remove excessive free's
thanks to @Willy-JL
This commit is contained in:
3
applications/external/flipfrid/flipfrid.c
vendored
3
applications/external/flipfrid/flipfrid.c
vendored
@@ -118,9 +118,6 @@ void flipfrid_free(FlipFridState* flipfrid) {
|
||||
furi_string_free(flipfrid->main_menu_proto_items[i]);
|
||||
}
|
||||
|
||||
free(flipfrid->data);
|
||||
free(flipfrid->payload);
|
||||
|
||||
// The rest
|
||||
free(flipfrid);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user