We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb72dbb commit 59158d0Copy full SHA for 59158d0
libr/bin/p/bin_xtr_dyldcache.c
@@ -94,6 +94,7 @@ static RBinXtrData *extract(RBin *bin, int idx) {
94
hdr = MACH0_(get_hdr_from_bytes) (lib->b);
95
if (!hdr) {
96
free (lib);
97
+ R_FREE (metadata);
98
free (hdr);
99
return NULL;
100
}
0 commit comments