(libT) fix memory leak regression in the nightlies reported by x190

This commit is contained in:
Jordan Lee 2013-02-17 23:00:11 +00:00
parent fcdec9a8bc
commit b24a550459
1 changed files with 0 additions and 1 deletions

View File

@ -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);