Revision 1860

trunk/plugins/unpack/plugin_unpack.c (revision 1860)
363 363
    }
364 364
    g_list_free(unpack_data->files_extracted);
365 365

                
366
    /* Manually save the download queue to update the administration */
367
    unpack_data->plugin_data->core_funcs.schedular_save_queue(NULL);
368

                
366 369
    g_mutex_free(unpack_data->mutex);
367 370
    g_cond_free(unpack_data->cond);
368 371
    g_object_unref(archive);
trunk/plugins/par2/plugin_par2.c (revision 1860)
1275 1275
    }
1276 1276
    g_list_free(files);
1277 1277

                
1278
    /* Manually save the download queue to update the administration */
1279
    thread_data->plugin_data->core_funcs.schedular_save_queue(NULL);
1280

                
1278 1281
    g_free(directory);
1279 1282
    g_slice_free(struct _par2_thread_data, thread_data);
1280 1283
}

Also available in: Unified diff