aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.c
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-09-25 15:14:10 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-09-25 15:14:10 +0200
commit71eccef4460b88b12026fe4595235b3aee4a2964 (patch)
treec159aa8b42328978072630f50d8216fc0acbbb5a /uzbl-core.c
parente32072de883f273ea76148370fc37a29d69a8680 (diff)
added missing g_free()
Diffstat (limited to 'uzbl-core.c')
-rw-r--r--uzbl-core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/uzbl-core.c b/uzbl-core.c
index a14c7ef..19d356f 100644
--- a/uzbl-core.c
+++ b/uzbl-core.c
@@ -587,6 +587,7 @@ find_existing_file(gchar* path_list) {
i++;
}
+ g_free(executable);
g_strfreev(split);
return NULL;
}