diff options
Diffstat (limited to 'src/ephy-python-loader.c')
-rw-r--r-- | src/ephy-python-loader.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ephy-python-loader.c b/src/ephy-python-loader.c index d376c39c5..e6c8c5dc5 100644 --- a/src/ephy-python-loader.c +++ b/src/ephy-python-loader.c @@ -93,6 +93,8 @@ ephy_python_loader_finalize (GObject *object) LOG ("EphyPythonLoader finalising"); parent_class->finalize (object); + + ephy_python_shutdown (); } static void |