/** The Source ID of the "Connect Later" idle. */
guint _clater_sid;
-/** The Source ID of the CURL Multi Download timeout. */
-guint _curl_sid;
gint _gmtoffset;
g_hash_table_destroy(_pui_by_easy);
}
+if (_curl_sid) {
+ g_source_remove(_curl_sid);
+ _curl_sid = 0;
+}
}
#define INITIAL_DOWNLOAD_RETRIES (3)
+/** The Source ID of the CURL Multi Download timeout. */
+guint _curl_sid;
+
CURLM *_curl_multi;
GQueue *_curl_easy_queue;
GTree *_pui_tree;
config_save_repo();
rcvr_disconnect();
map_download_deinit();
-if (_curl_sid) {
- g_source_remove(_curl_sid);
- _curl_sid = 0;
-}
#if defined (WITH_GST) && defined (WITH_ESPEAK)
speak_deinit();
#endif