Fix regression introduced by @jvoisin

This commit is contained in:
pancake 2014-07-17 03:32:48 +02:00
parent 0969d86a5d
commit 1cacc079c3
1 changed files with 0 additions and 1 deletions

View File

@ -116,6 +116,5 @@ R_API RAnalHint *r_anal_hint_get(RAnal *a, ut64 addr) {
return NULL;
}
hint = r_anal_hint_from_string (a, addr, s);
free ((void*)s);
return hint;
}