From 3840e3911b84197cef02615c8febd81abc619f8f Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 13 Apr 2010 23:24:07 +0000 Subject: Stop leaking hlcache handles. svn path=/trunk/netsurf/; revision=10395 --- content/hlcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/hlcache.c') diff --git a/content/hlcache.c b/content/hlcache.c index 84f391aed..e38e74a81 100644 --- a/content/hlcache.c +++ b/content/hlcache.c @@ -185,7 +185,7 @@ nserror hlcache_handle_release(hlcache_handle *handle) handle->cb = NULL; handle->pw = NULL; - /** \todo Provide hlcache_poll() to perform cache maintenance */ + free(handle); return NSERROR_OK; } -- cgit v1.2.3