fix a tiny mem leak

svn path=/trunk/; revision=26184
This commit is contained in:
Timo Kreuzer 2007-03-27 02:52:42 +00:00
parent 76f7f2d03a
commit 9c00af1b5f

View file

@ -251,7 +251,6 @@ DirReadParam(LPTSTR Line, /* [IN] The line with the parameters & switches */
LPTSTR temp;
/* Initialize parameter array */
*params = malloc(sizeof(LPTSTR));
if(!params)
return FALSE;
*params = NULL;