remove incorrect low level cache release

svn path=/trunk/netsurf/; revision=10391
This commit is contained in:
Vincent Sanders 2010-04-13 16:53:52 +00:00
parent 9bb36f143e
commit d1cd04a0b9

View File

@ -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;