mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +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;
|
||||
|
||||
/* Initialize parameter array */
|
||||
*params = malloc(sizeof(LPTSTR));
|
||||
if(!params)
|
||||
return FALSE;
|
||||
*params = NULL;
|
||||
|
|
Loading…
Reference in a new issue