aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2008-04-09 21:43:31 +0800
committerChristian Persch <chpe@src.gnome.org>2008-04-09 21:43:31 +0800
commitcebe1cf13bc180e0d85396b05daa5c9bbf6063e5 (patch)
treebb4c0dd36edac911fa3fd8df3df598b12a3a8e62
parent64d21c34ad15246cc0e848885f6a84c3b08409ea (diff)
downloadgsoc2013-epiphany-cebe1cf13bc180e0d85396b05daa5c9bbf6063e5.tar
gsoc2013-epiphany-cebe1cf13bc180e0d85396b05daa5c9bbf6063e5.tar.gz
gsoc2013-epiphany-cebe1cf13bc180e0d85396b05daa5c9bbf6063e5.tar.bz2
gsoc2013-epiphany-cebe1cf13bc180e0d85396b05daa5c9bbf6063e5.tar.lz
gsoc2013-epiphany-cebe1cf13bc180e0d85396b05daa5c9bbf6063e5.tar.xz
gsoc2013-epiphany-cebe1cf13bc180e0d85396b05daa5c9bbf6063e5.tar.zst
gsoc2013-epiphany-cebe1cf13bc180e0d85396b05daa5c9bbf6063e5.zip
Add another death grip.
svn path=/branches/gnome-2-22/; revision=8204
-rw-r--r--embed/mozilla/ContentHandler.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed/mozilla/ContentHandler.cpp b/embed/mozilla/ContentHandler.cpp
index 735e5ef88..276223137 100644
--- a/embed/mozilla/ContentHandler.cpp
+++ b/embed/mozilla/ContentHandler.cpp
@@ -85,6 +85,8 @@ GContentHandler::Show (nsIHelperAppLauncher *aLauncher,
nsISupports *aContext,
PRUint32 aReason)
{
+ nsRefPtr<GContentHandler> kungFuDeathGrip(this);
+
nsresult rv;
EphyEmbedSingle *single;
gboolean handled = FALSE;