aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.c
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-09-24 19:54:30 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-09-24 19:54:30 +0200
commitccdbf7650a19961338db00453e94dd10932158fc (patch)
treee25bd36d4fa52ea09154b28f5eafcffa6b3fc63f /uzbl-core.c
parent5687e6a496be72b0c6980304fa386ea879c2f445 (diff)
add 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 f6d9db3..48af825 100644
--- a/uzbl-core.c
+++ b/uzbl-core.c
@@ -468,6 +468,7 @@ send_event(int type, const gchar *details, const gchar *custom_event) {
if(details) {
buf = g_strdup(details);
p_val = parseenv(g_strdup(buf ? g_strchug(buf) : " "));
+ g_free(buf);
}
/* check for custom events */