bug 378 put tfree(def_port_type_str) to an appropriate place.
This commit is contained in:
parent
0618dea999
commit
c22231599d
|
|
@ -368,7 +368,7 @@ MIF_INP2A (
|
||||||
return;
|
return;
|
||||||
|
|
||||||
fast[0]->conn[i]->size = 1;
|
fast[0]->conn[i]->size = 1;
|
||||||
|
tfree(def_port_type_str);
|
||||||
/* when we leave here, next_token should hold the next, unprocessed netname */
|
/* when we leave here, next_token should hold the next, unprocessed netname */
|
||||||
|
|
||||||
} else { /* ====== the connection is an array - much to be done ... ====== */
|
} else { /* ====== the connection is an array - much to be done ... ====== */
|
||||||
|
|
@ -481,7 +481,7 @@ MIF_INP2A (
|
||||||
|
|
||||||
/* be careful about putting stuff here, there is a 'continue' used */
|
/* be careful about putting stuff here, there is a 'continue' used */
|
||||||
/* in the processing of NULL connections above */
|
/* in the processing of NULL connections above */
|
||||||
tfree(def_port_type_str);
|
|
||||||
/* At this point, next_token should hold the next unprocessed token. */
|
/* At this point, next_token should hold the next unprocessed token. */
|
||||||
|
|
||||||
} /******* for number of connections *******/
|
} /******* for number of connections *******/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue