[tor-browser/tor-browser-17.0.9esr-1] fixup! Isolate the Image Cache per url bar domain.

18 Oct
2013
18 Oct
'13
12:40 a.m.
commit 4c2763a742edd30dc711bfb8b365fcf39ab36981 Author: Mike Perry <mikeperry-git@torproject.org> Date: Thu Oct 17 17:35:36 2013 -0700 fixup! Isolate the Image Cache per url bar domain. Fix a potential memory leak due to extra addrefs. --- image/src/imgLoader.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/image/src/imgLoader.cpp b/image/src/imgLoader.cpp index 3a26cf4..a5bfa46 100644 --- a/image/src/imgLoader.cpp +++ b/image/src/imgLoader.cpp @@ -978,6 +978,7 @@ NS_IMETHODIMP imgLoader::FindEntryProperties(nsIURI *uri, nsIProperties **_retva *_retval = request->Properties(); NS_ADDREF(*_retval); + break; } } }
4251
Age (days ago)
4251
Last active (days ago)
0 comments
1 participants
participants (1)
-
mikeperry@torproject.org