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 b688668..bad942a 100644 (file)
@@ -263,6 +263,7 @@ void dcfdcb(gpointer data, gint source, GdkInputCondition cond)
            dc_uimisc_handlenotify(resp);
            updatetrinfo();
        }
+       dc_freeresp(resp);
     }
     updatewrite();
 }