Skip to content

Commit

Permalink
feat: added warning for unused interp nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
djpiper28 committed Sep 27, 2024
1 parent eb165a6 commit d870030
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mse/query_parser_internals.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ void __mse_free_parser_status(mse_parser_status_t *status)
}

if (status->set_generator_node != NULL) {
lprintf(LOG_WARNING, "Unused interpretor node\n");
mse_free_interp_node(status->set_generator_node);
}
}

0 comments on commit d870030

Please sign in to comment.