mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 10:40:12 +00:00
Fix recently introduced reference leak. b=335785 r=mrbkap sr=jst
This commit is contained in:
parent
d15ad02799
commit
3df5f58ee9
@ -846,6 +846,7 @@ nsXPConnect::ReparentScopeAwareWrappers(JSContext *aJSContext,
|
||||
wrapper->GetIdentityObject(),
|
||||
&junk);
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
NS_IF_RELEASE(junk);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user