Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/hulahop-web-view.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/hulahop-web-view.cpp b/src/hulahop-web-view.cpp
index 93c9aff..dc34326 100644
--- a/src/hulahop-web-view.cpp
+++ b/src/hulahop-web-view.cpp
@@ -202,6 +202,11 @@ hulahop_web_view_dispose(GObject *object)
gtk_widget_destroy(web_view->offscreen_window);
web_view->offscreen_window = NULL;
}
+
+ if (web_view->base_window) {
+ web_view->base_window->Destroy();
+ web_view->base_window = NULL;
+ }
}
static void