mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-10 00:02:39 +00:00
Fix CID 1208741
This commit is contained in:
parent
b483d9189c
commit
212e4ebfb6
@ -174,8 +174,6 @@ R_API char *r_bin_demangle_objc(RBinFile *binfile, const char *sym) {
|
||||
sprintf (ret, "%s int %s::%s(%s)", type, clas, name, args);
|
||||
if (binfile) r_bin_class_add_method (binfile, clas, name, nargs);
|
||||
}
|
||||
if (name) free (name);
|
||||
name = NULL;
|
||||
}
|
||||
free (clas);
|
||||
free (args);
|
||||
|
Loading…
x
Reference in New Issue
Block a user