aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-09-28 16:24:35 +0200
committerGuido Günther <agx@sigxcpu.org>2014-09-28 16:24:35 +0200
commit5758e07ce31e889041dd4d115ab9092008875e61 (patch)
treea9d61750c35910a5a0f10ce5d18df35ddb17cba1
parent89f1d9c97e7862f32807841ff245207f17236896 (diff)
Don't leak fromname,toname
-rw-r--r--src/uplanfahrwin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uplanfahrwin.c b/src/uplanfahrwin.c
index 1e4301d..cb7b33d 100644
--- a/src/uplanfahrwin.c
+++ b/src/uplanfahrwin.c
@@ -684,5 +684,7 @@ u_plan_fahr_window_open (UPlanFahrWindow *win,
update_words (win);
update_lines (win);
+ g_free (fromname);
+ g_free (toname);
g_free (title);
}