Browse Source

a tiny memory leak

pre-master-46
Holger Vogt 8 years ago
parent
commit
2ce4c1592b
  1. 1
      src/xspice/mif/mifgetvalue.c

1
src/xspice/mif/mifgetvalue.c

@ -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…
Cancel
Save