Skip to content

Commit

Permalink
Fix double-free in RCore.free
Browse files Browse the repository at this point in the history
  • Loading branch information
trufae committed Mar 23, 2022
1 parent 6071349 commit 7234cf5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libr/core/core.c
Expand Up @@ -3165,7 +3165,6 @@ R_API void r_core_fini(RCore *c) {
r_event_free (c->ev);
free (c->cmdlog);
free (c->lastsearch);
R_FREE (c->cons->pager);
r_list_free (c->cmdqueue);
free (c->lastcmd);
free (c->stkcmd);
Expand Down

0 comments on commit 7234cf5

Please sign in to comment.