From 2fd6004827a3a5baea7d05699d947990485fe772 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Thu, 28 Jun 2012 13:57:24 -0400 Subject: [PATCH] forgot to remove TODO --- src/ioc/db/dbChannel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ioc/db/dbChannel.c b/src/ioc/db/dbChannel.c index 4d5a3e968..9305f7da4 100644 --- a/src/ioc/db/dbChannel.c +++ b/src/ioc/db/dbChannel.c @@ -838,7 +838,7 @@ void dbRegisterFilter(const char *name, const chFilterIf *fif, void *puser) if (pgph) return; - pfilt = dbCalloc(1, sizeof(chFilterPlugin)); /* leaked */ + pfilt = dbCalloc(1, sizeof(chFilterPlugin)); pfilt->name = epicsStrDup(name); pfilt->fif = fif; pfilt->puser = puser;