Title: [126788] trunk/Tools
- Revision
- 126788
- Author
- [email protected]
- Date
- 2012-08-27 13:32:00 -0700 (Mon, 27 Aug 2012)
Log Message
[EFL][WK2] Free Url_Bar on program exit
https://bugs.webkit.org/show_bug.cgi?id=95086
Patch by Sudarsana Nagineni <[email protected]> on 2012-08-27
Reviewed by Eric Seidel.
Fix a memory leak by freeing the Url_Bar on program exit.
* MiniBrowser/efl/main.c:
(main): Call url_bar_del() to free the Url_Bar.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (126787 => 126788)
--- trunk/Tools/ChangeLog 2012-08-27 20:20:52 UTC (rev 126787)
+++ trunk/Tools/ChangeLog 2012-08-27 20:32:00 UTC (rev 126788)
@@ -1,3 +1,15 @@
+2012-08-27 Sudarsana Nagineni <[email protected]>
+
+ [EFL][WK2] Free Url_Bar on program exit
+ https://bugs.webkit.org/show_bug.cgi?id=95086
+
+ Reviewed by Eric Seidel.
+
+ Fix a memory leak by freeing the Url_Bar on program exit.
+
+ * MiniBrowser/efl/main.c:
+ (main): Call url_bar_del() to free the Url_Bar.
+
2012-08-27 James Robinson <[email protected]>
[chromium] Fix exit code status logic in run-chromium-webkit-unit-tests
Modified: trunk/Tools/MiniBrowser/efl/main.c (126787 => 126788)
--- trunk/Tools/MiniBrowser/efl/main.c 2012-08-27 20:20:52 UTC (rev 126787)
+++ trunk/Tools/MiniBrowser/efl/main.c 2012-08-27 20:32:00 UTC (rev 126788)
@@ -291,6 +291,7 @@
ecore_main_loop_begin();
+ url_bar_del(browser->url_bar);
ecore_event_handler_del(handle);
ecore_evas_free(browser->ee);
free(browser);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes