summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Jansen <kde@michael-jansen.biz>2009-10-14 11:01:46 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-10-14 11:01:46 -0700
commit58aa8879e10b12e478ab14b90afd1001b4abd316 (patch)
tree4f816c1cb482827c966c01f882cc3a4c28bb414a
parent6d43663bf01e055cfe713dccac39b651a0ccfacf (diff)
Fix memory leak for SM_DeleteProperties
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--src/sm_process.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sm_process.c b/src/sm_process.c
index 1c81020..3bf48c4 100644
--- a/src/sm_process.c
+++ b/src/sm_process.c
@@ -852,6 +852,7 @@ _SmsProcessMessage(IceConn iceConn, IcePointer clientData, int opcode,
smsConn->callbacks.delete_properties.manager_data,
count, propNames);
+ free(propNames);
break;
}