From d8bbc7858622b6d9c278469aab701ca0b609cddf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:35:49 +0200 Subject: Merging upstream version 126.0. Signed-off-by: Daniel Baumann --- xpcom/base/nsINIParser.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'xpcom/base/nsINIParser.cpp') diff --git a/xpcom/base/nsINIParser.cpp b/xpcom/base/nsINIParser.cpp index 1447aa6fbf..df3f1fcc0d 100644 --- a/xpcom/base/nsINIParser.cpp +++ b/xpcom/base/nsINIParser.cpp @@ -243,7 +243,6 @@ nsresult nsINIParser::DeleteString(const char* aSection, const char* aKey) { mSections.Remove(aSection); } else { mSections.InsertOrUpdate(aSection, std::move(val->next)); - delete val; } return NS_OK; } -- cgit v1.2.3