aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}