]> git.dolda2000.com Git - doldaconnect.git/commitdiff
Fix memory leak in dsh.
authorFredrik Tolf <fredrik@dolda2000.com>
Wed, 15 Aug 2007 22:19:05 +0000 (00:19 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Wed, 15 Aug 2007 22:19:05 +0000 (00:19 +0200)
clients/gui-shell/dsh.c

index b6886680c6390bec2cbd65718e485ec929f643f2..bad942a37e3d7aee3166e2f814259f0371cd868c 100644 (file)
@@ -263,6 +263,7 @@ void dcfdcb(gpointer data, gint source, GdkInputCondition cond)
            dc_uimisc_handlenotify(resp);
            updatetrinfo();
        }
+       dc_freeresp(resp);
     }
     updatewrite();
 }