From 18fe66d9e0dbebc0c05379d2d53c50eab37f184d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20K=C3=B6rper?= Date: Tue, 8 Jan 2013 14:42:54 +0100 Subject: im3195: object was not freed on exit [ASL2.0] This and the other patch from Martin (this morning) was released under ASL 2.0 by him. --- plugins/im3195/im3195.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/im3195/im3195.c b/plugins/im3195/im3195.c index 4b04b124..b8a4a140 100644 --- a/plugins/im3195/im3195.c +++ b/plugins/im3195/im3195.c @@ -180,6 +180,7 @@ CODESTARTmodExit prop.Destruct(&pInputName); /* release objects we used */ objRelease(errmsg, CORE_COMPONENT); + objRelease(prop, CORE_COMPONENT); ENDmodExit -- cgit v1.2.3