Skip to content
Permalink
Browse files
fix a memory leak introduced by f4b4284
  • Loading branch information
kevgs committed Dec 12, 2019
1 parent f4b4284 commit ce41a90
Showing 1 changed file with 1 addition and 0 deletions.
@@ -471,6 +471,7 @@ que_graph_free_recursive(

mem_heap_free(purge->heap);

purge->~purge_node_t();
break;

case QUE_NODE_UPDATE:

0 comments on commit ce41a90

Please sign in to comment.