From: Fredrik Tolf Date: Wed, 15 Aug 2007 22:19:05 +0000 (+0200) Subject: Fix memory leak in dsh. X-Git-Tag: 1.0~54 X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=d20e3861df83a21da251d54ddcbe4ba0319b0c0b Fix memory leak in dsh. --- 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(); }