diff options
author | jstebbins <[email protected]> | 2014-02-20 01:22:47 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-02-20 01:22:47 +0000 |
commit | a7c4a9f9f03cafa63068150a2e483db6ef686718 (patch) | |
tree | bac5fb3fb3fd55c7ce46f7caf9ca89c37986ff42 /gtk/src/resources.c | |
parent | c5946ebea51a4eb70f66ca3de0312ac6205b1be9 (diff) |
LinGui: fix several issues with loading presets
pull on a string and the whole sweater comes apart
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6048 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/resources.c')
-rw-r--r-- | gtk/src/resources.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/src/resources.c b/gtk/src/resources.c index 05ec53ec7..39c304011 100644 --- a/gtk/src/resources.c +++ b/gtk/src/resources.c @@ -40,3 +40,9 @@ ghb_resource_get(const gchar *name) result = ghb_dict_lookup(resources, name); return result; } + +void +ghb_resource_free() +{ + ghb_value_free(resources); +} |