mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-13 10:24:45 +00:00
fix double free in r_fs_find_off_aux
This commit is contained in:
parent
188cc99d42
commit
12d291be0f
@ -414,7 +414,6 @@ static void r_fs_find_off_aux(RFS* fs, const char* name, ut64 offset, RList* lis
|
|||||||
if (file->off == offset) {
|
if (file->off == offset) {
|
||||||
r_list_append (list, found);
|
r_list_append (list, found);
|
||||||
}
|
}
|
||||||
free (file->data);
|
|
||||||
r_fs_close (fs, file);
|
r_fs_close (fs, file);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user