summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/quartz/salgdi.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/quartz/salgdi.cxx b/vcl/quartz/salgdi.cxx
index da410cb44c46..b81528e78577 100644
--- a/vcl/quartz/salgdi.cxx
+++ b/vcl/quartz/salgdi.cxx
@@ -301,6 +301,8 @@ static bool AddTempDevFont(const OUString& rFontFileURL)
{
CFRelease(error);
}
+ CFRelease(rFontPath);
+ CFRelease(rFontURL);
return success;
}