Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser-plugin
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marcopg@litl.com>2009-03-16 15:51:57 (GMT)
committer Marco Pesenti Gritti <marcopg@litl.com>2010-07-27 22:04:20 (GMT)
commitc80cbe3e70b412891b7292220dd350fe5e2cf79a (patch)
tree3b0920b02efd287cbb57adf6e521350db2b19cc6 /browser-plugin
parentc320c5f16b6fd0d4ac239729d38c1cb5866efabf (diff)
Call ev_shutdown on unloading.
Diffstat (limited to 'browser-plugin')
-rw-r--r--browser-plugin/glue.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/browser-plugin/glue.cpp b/browser-plugin/glue.cpp
index 3528357..795eae8 100644
--- a/browser-plugin/glue.cpp
+++ b/browser-plugin/glue.cpp
@@ -123,6 +123,8 @@ NP_Shutdown (void)
g_free (mimeDescription);
mimeDescription = NULL;
+ ev_shutdown();
+
return NPERR_NO_ERROR;
}