From b24a550459f942e47c94ac56396e24df6ee4f206 Mon Sep 17 00:00:00 2001 From: Jordan Lee Date: Sun, 17 Feb 2013 23:00:11 +0000 Subject: [PATCH] (libT) fix memory leak regression in the nightlies reported by x190 --- libtransmission/web.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libtransmission/web.c b/libtransmission/web.c index 77dd17da1..9fcc96f2f 100644 --- a/libtransmission/web.c +++ b/libtransmission/web.c @@ -270,7 +270,6 @@ tr_webRunWithBuffer (tr_session * session, tr_wait_msec (20); } - task = tr_new0 (struct tr_web_task, 1); task = tr_new0 (struct tr_web_task, 1); task->session = session; task->url = tr_strdup (url);