From 9d3f3c619d5172c9a303bd3681f8a4b01f514df0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Garc=C3=ADa=20S=C3=A1ez?= Date: Wed, 23 Sep 2015 15:11:08 +0200 Subject: [PATCH] LDAPSource: release displayName on dealloc --- SoObjects/SOGo/LDAPSource.m | 1 + 1 file changed, 1 insertion(+) diff --git a/SoObjects/SOGo/LDAPSource.m b/SoObjects/SOGo/LDAPSource.m index 2973c65a4..a4a2b9976 100644 --- a/SoObjects/SOGo/LDAPSource.m +++ b/SoObjects/SOGo/LDAPSource.m @@ -162,6 +162,7 @@ static Class NSStringK; [multipleBookingsField release]; [MSExchangeHostname release]; [modifiers release]; + [displayName release]; [super dealloc]; }