From d20e3861df83a21da251d54ddcbe4ba0319b0c0b Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Thu, 16 Aug 2007 00:19:05 +0200 Subject: [PATCH] Fix memory leak in dsh. --- clients/gui-shell/dsh.c | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/gui-shell/dsh.c b/clients/gui-shell/dsh.c index b688668..bad942a 100644 --- a/clients/gui-shell/dsh.c +++ b/clients/gui-shell/dsh.c @@ -263,6 +263,7 @@ void dcfdcb(gpointer data, gint source, GdkInputCondition cond) dc_uimisc_handlenotify(resp); updatetrinfo(); } + dc_freeresp(resp); } updatewrite(); } -- 2.11.0