Fix memleak in cmd_anal_aaft() (#16029)

This commit is contained in:
Paul I 2020-02-23 13:52:02 +03:00 committed by GitHub
parent b2ece18876
commit b06dc59c2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -845,6 +845,7 @@ static void __add_vars_sdb(RCore *core, RAnalFunction *fcn) {
sdb_querys (core->sdb, NULL, 0, query);
free (query);
}
r_anal_fcn_vars_cache_fini (&cache);
}
static bool cmd_anal_aaft(RCore *core) {