diff --git a/cde/programs/dtcreate/CreateActionAppShell.c b/cde/programs/dtcreate/CreateActionAppShell.c index d4987e5f3..4818fc787 100644 --- a/cde/programs/dtcreate/CreateActionAppShell.c +++ b/cde/programs/dtcreate/CreateActionAppShell.c @@ -249,7 +249,7 @@ void activateCB_CA_MB_FileSave(Widget UxWidget, { ushort usRc = 0; - char *pszActionFile; + char *pszActionFile = NULL; char *msgPtr, *bufPtr; Boolean bHaveError = FALSE; struct stat statbuf;