Fix memory leak in dsh.
[doldaconnect.git] / 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();
 }