application/download.c

changeset 101
7b3a3130be44
parent 95
e92c72705da4
equal deleted inserted replaced
100:d2bd73d28ff1 101:7b3a3130be44
260 } 260 }
261 } 261 }
262 262
263 ui_threadpool_job(download->queue, download->dialog, qthr_download_finished, download, uithr_download_finished, download); 263 ui_threadpool_job(download->queue, download->dialog, qthr_download_finished, download, uithr_download_finished, download);
264 264
265 cxListDestroy(stack); 265 cxListFree(stack);
266 266
267 return 0; 267 return 0;
268 } 268 }
269 269
270 static void uithr_download_scan_finished(UiEvent *event, void *data) { 270 static void uithr_download_scan_finished(UiEvent *event, void *data) {

mercurial