aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/ContentHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla/ContentHandler.cpp')
-rw-r--r--embed/mozilla/ContentHandler.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/embed/mozilla/ContentHandler.cpp b/embed/mozilla/ContentHandler.cpp
index b6f9fca73..510a3c8d9 100644
--- a/embed/mozilla/ContentHandler.cpp
+++ b/embed/mozilla/ContentHandler.cpp
@@ -67,8 +67,7 @@ GContentHandler::~GContentHandler()
{
LOG ("GContentHandler dtor")
- g_free (mUri);
- g_free (mMimeType);
+ nsMemory::Free (mMimeType);
}
////////////////////////////////////////////////////////////////////////////////