mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
fix a tiny mem leak
svn path=/trunk/; revision=26184
This commit is contained in:
parent
76f7f2d03a
commit
9c00af1b5f
1 changed files with 0 additions and 1 deletions
|
@ -251,7 +251,6 @@ DirReadParam(LPTSTR Line, /* [IN] The line with the parameters & switches */
|
||||||
LPTSTR temp;
|
LPTSTR temp;
|
||||||
|
|
||||||
/* Initialize parameter array */
|
/* Initialize parameter array */
|
||||||
*params = malloc(sizeof(LPTSTR));
|
|
||||||
if(!params)
|
if(!params)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
*params = NULL;
|
*params = NULL;
|
||||||
|
|
Loading…
Reference in a new issue