a tiny memory leak
This commit is contained in:
parent
0bc1d8147c
commit
2ce4c1592b
|
|
@ -117,6 +117,7 @@ MIFgetValue (
|
|||
/* initialize stuff if array */
|
||||
if(is_array) {
|
||||
token = MIFget_token(line, &token_type);
|
||||
tfree(token);
|
||||
if(token_type != MIF_LARRAY_TOK) {
|
||||
*err = "Array parameter expected - No array delimiter found";
|
||||
return(NULL);
|
||||
|
|
|
|||
Loading…
Reference in New Issue