From db2190c18638d1fa5d30d8e269a3146a6d8cc0e2 Mon Sep 17 00:00:00 2001 From: Kalle Vahlman Date: Thu, 30 Apr 2009 13:31:37 +0300 Subject: [PATCH] [xpcom] Fix the memory leak fix (duh) --- xpcom-dbusservice/DBusMarshaling.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/xpcom-dbusservice/DBusMarshaling.cpp b/xpcom-dbusservice/DBusMarshaling.cpp index d583330..c31b022 100644 --- a/xpcom-dbusservice/DBusMarshaling.cpp +++ b/xpcom-dbusservice/DBusMarshaling.cpp @@ -283,6 +283,7 @@ getSignatureFromVariant(JSContext* cx, nsIVariant *aVariant, nsCString &aResult) } else if (type == nsIDataType::VTYPE_WCHAR_STR) { + getSignatureFromVariantType(type, elementsig); for (PRUint32 i = 0; i < count; i++) nsMemory::Free(((char**)data_ptr)[i]); } -- 2.25.1