Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(222)

Unified Diff: src/global-handles.h

Issue 6813101: Fix retained object info leak. (Closed)
Patch Set: Fix typo Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/global-handles.h
diff --git a/src/global-handles.h b/src/global-handles.h
index 3b6b7b3a7e28c783bab14dc2f463bd72321862bc..5b5f6b2a7844b19d019bd8b6b34f5a562fb49953 100644
--- a/src/global-handles.h
+++ b/src/global-handles.h
@@ -57,6 +57,7 @@ class ObjectGroup {
}
void Dispose() {
+ if (info_ != NULL) info_->Dispose();
free(this);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698