Resource leaks fixes CID 1134970

This commit is contained in:
Maijin 2014-01-17 00:13:01 +01:00
parent c3c064c21c
commit fc122be3ce

View File

@ -177,6 +177,7 @@ R_API char *r_bin_demangle_objc(RBin *bin, const char *sym) {
}
free (clas);
free (args);
free (name);
return ret;
}