From 724b36b7051c0d9190cbd8854ba5919904967c11 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 21 May 2024 07:22:11 +0200 Subject: Merging upstream version 115.11.0esr. Signed-off-by: Daniel Baumann --- xpcom/base/nsINIParser.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'xpcom/base') diff --git a/xpcom/base/nsINIParser.cpp b/xpcom/base/nsINIParser.cpp index c1eec56f10..de1307887f 100644 --- a/xpcom/base/nsINIParser.cpp +++ b/xpcom/base/nsINIParser.cpp @@ -242,7 +242,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