From 48c0c81132fe0b4aadf46fd54fc5acd61bfbeffa Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 18 Jul 2007 10:49:27 +0000 Subject: fixed minimal memory leak on HUP (caused by templates) thanks to varmojfekoj for the patch --- template.h | 1 + 1 file changed, 1 insertion(+) (limited to 'template.h') diff --git a/template.h b/template.h index 0e707eff..6ca984f3 100644 --- a/template.h +++ b/template.h @@ -67,6 +67,7 @@ struct template *tplAddLine(char* pName, unsigned char** pRestOfConfLine); struct template *tplFind(char *pName, int iLenName); int tplGetEntryCount(struct template *pTpl); void tplDeleteAll(void); +void tplDeleteNew(void); void tplPrintList(void); /* -- cgit