summaryrefslogtreecommitdiffstats
path: root/gtk/src/audiohandler.c
diff options
context:
space:
mode:
authorJohn Stebbins <jstebbins.hb@gmail.com>2016-11-15 09:53:13 -0800
committerJohn Stebbins <jstebbins.hb@gmail.com>2016-11-15 09:53:42 -0800
commita9d2d2aba75bcb12a08cf2c635b8431476af14a8 (patch)
tree1a2949140e65e62d7271c3e56195c466b6d0a8fc /gtk/src/audiohandler.c
parentd1d83054e3c9d633a3792888f78247faf040f09d (diff)
LinGui: Fix some minor memory leaks
Diffstat (limited to 'gtk/src/audiohandler.c')
-rw-r--r--gtk/src/audiohandler.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/src/audiohandler.c b/gtk/src/audiohandler.c
index 32228e5dc..47c4f3241 100644
--- a/gtk/src/audiohandler.c
+++ b/gtk/src/audiohandler.c
@@ -1031,6 +1031,7 @@ audio_update_setting(
if (block_updates)
{
+ ghb_value_free(&val);
return;
}
@@ -1045,6 +1046,10 @@ audio_update_setting(
ghb_audio_list_refresh_selected(ud);
ghb_live_reset(ud);
}
+ else
+ {
+ ghb_value_free(&val);
+ }
}
G_MODULE_EXPORT void