Bugfix.
[doldaconnect.git] / clients / gaim / gaim-dolcon.c
index 768a916..adb6b11 100644 (file)
@@ -16,6 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
@@ -223,6 +224,7 @@ static void dcfdcb(struct conndata *data, int fd, GaimInputCondition condition)
                break;
            }
        }
+       dc_freeresp(resp);
     }
     updatewrite(data);
 }