mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 12:36:51 +03:00
remove incorrect low level cache release
svn path=/trunk/netsurf/; revision=10391
This commit is contained in:
parent
9bb36f143e
commit
d1cd04a0b9
@ -528,8 +528,6 @@ nserror content_llcache_callback(llcache_handle *llcache,
|
||||
(const char *) event->data.data.buf,
|
||||
event->data.data.len) == false) {
|
||||
llcache_handle_abort(c->llcache);
|
||||
llcache_handle_release(c->llcache);
|
||||
c->llcache = NULL;
|
||||
c->status = CONTENT_STATUS_ERROR;
|
||||
/** \todo It's not clear what error this is */
|
||||
error = NSERROR_NOMEM;
|
||||
|
Loading…
Reference in New Issue
Block a user