1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-06 03:28:33 +00:00

(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

View file

@ -270,7 +270,6 @@ tr_webRunWithBuffer (tr_session * session,
tr_wait_msec (20); tr_wait_msec (20);
} }
task = tr_new0 (struct tr_web_task, 1);
task = tr_new0 (struct tr_web_task, 1); task = tr_new0 (struct tr_web_task, 1);
task->session = session; task->session = session;
task->url = tr_strdup (url); task->url = tr_strdup (url);