mirror of
https://github.com/transmission/transmission
synced 2025-03-06 11:38:21 +00:00
(libT) fix memory leak regression in the nightlies reported by x190
This commit is contained in:
parent
fcdec9a8bc
commit
b24a550459
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue