diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2018-06-06 19:09:40 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2018-06-06 19:09:40 +0200 |
commit | 8ebc60d8fa2d29f386c7fa2ac347f57f0a5372d9 (patch) | |
tree | 2c4ed2e194c9eb35a0c2278cee7fb09333363b4c /include | |
parent | c0465c5bb18e15f7ceeadecffd62831681c66528 (diff) | |
download | synthpod-8ebc60d8fa2d29f386c7fa2ac347f57f0a5372d9.tar.xz |
app: fix unfreed memory.
Diffstat (limited to 'include')
-rw-r--r-- | include/synthpod_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/synthpod_private.h b/include/synthpod_private.h index 27e2c5c2..09e803d5 100644 --- a/include/synthpod_private.h +++ b/include/synthpod_private.h @@ -915,6 +915,7 @@ sp_regs_deinit(reg_t *regs) _unregister(®s->synthpod.port_refresh); _unregister(®s->synthpod.bundle_load); _unregister(®s->synthpod.bundle_save); + _unregister(®s->synthpod.path_get); _unregister(®s->synthpod.dsp_profiling); _unregister(®s->synthpod.cpus_available); _unregister(®s->synthpod.cpus_used); |