Fix leak of url schemes.

This commit is contained in:
Michael Drake 2014-05-16 18:58:06 +01:00
parent 9727f87525
commit 7ba459f1b5

View File

@ -1629,6 +1629,7 @@ static nserror llcache_object_retrieve(nsurl *url, uint32_t flags,
uncachable = true; uncachable = true;
} }
} }
lwc_string_unref(scheme);
} }