mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-22 02:12:10 +03:00
[project @ 2003-09-17 17:54:39 by bursa]
Fix last checkin. svn path=/import/netsurf/; revision=300
This commit is contained in:
parent
6dc14a06b7
commit
1d8100be6f
@ -270,7 +270,7 @@ void fetch_abort(struct fetch *f)
|
||||
f->next->prev = f->prev;
|
||||
|
||||
/* remove from curl multi handle */
|
||||
if (f->cull_handle) {
|
||||
if (f->curl_handle) {
|
||||
codem = curl_multi_remove_handle(curl_multi, f->curl_handle);
|
||||
assert(codem == CURLM_OK);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user