Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix a memory leak
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Aug 8, 2021
1 parent c1cde1d commit 7fa0b07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/host.c
Expand Up @@ -244,6 +244,7 @@ void kuriborosu_host_destroy(Kuriborosu* const kuri)
kuri->plugin_descriptor->deactivate(kuri->plugin_handle);
kuri->plugin_descriptor->cleanup(kuri->plugin_handle);
carla_host_handle_free(kuri->carla_handle);
free(kuri);
}

bool kuriborosu_host_load_file(Kuriborosu* const kuri, const char* const filename)
Expand Down

0 comments on commit 7fa0b07

Please sign in to comment.