From 4e733fd8d868edd2bd97d9d4f6d6e207cf994230 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 27 Jun 2012 11:49:25 +0200 Subject: bugfix: $ActionName was not properly honored Thanks to Abby Edwards for alerting us. --- action.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'action.c') diff --git a/action.c b/action.c index bcefe9e9..92c21cb3 100644 --- a/action.c +++ b/action.c @@ -327,10 +327,6 @@ rsRetVal actionConstruct(action_t **ppThis) ASSERT(ppThis != NULL); - if(cs.pszActionName != NULL) { - free(cs.pszActionName); - cs.pszActionName = NULL; - } CHKmalloc(pThis = (action_t*) calloc(1, sizeof(action_t))); pThis->iResumeInterval = 30; pThis->iResumeRetryCount = 0; -- cgit