diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-03-17 17:03:55 +1100 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-03-17 17:03:55 +1100 |
commit | 116a44dff58b0175736f4188204c60490e558a9f (patch) | |
tree | 57cbc2e61224db346756328c91da93717fe203cd /src | |
parent | 9ef22d2af0001bbc402454c8d605339ec6a428ae (diff) | |
parent | a757e6ffacb59a0956ded192442c43a813b69313 (diff) |
Merge branch 'transform-hierarchy' of github.com:omnisci3nce/celeritas-core into transform-hierarchy
Diffstat (limited to 'src')
-rw-r--r-- | src/transform_hierarchy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transform_hierarchy.c b/src/transform_hierarchy.c index a36b8ef..f1c859a 100644 --- a/src/transform_hierarchy.c +++ b/src/transform_hierarchy.c @@ -180,4 +180,5 @@ void transform_hierarchy_debug_print(transform_node* start_node, core* core) { ctx->core = core; ctx->indentation_lvl = 0; transform_hierarchy_dfs(start_node, print_node, true, (void*)ctx); + free(ctx); }
\ No newline at end of file |