interim commit while adding pio.c
This commit is contained in:
@ -430,6 +430,8 @@ static int handle_args (int argc, qse_char_t* argv[], struct argout_t* ao)
|
||||
/* the source code is the string, not from the file */
|
||||
ao->ist = QSE_AWK_PARSE_STRING;
|
||||
ao->isp = argv[opt.ind++];
|
||||
|
||||
free (isf);
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -582,7 +584,7 @@ static int awk_main (int argc, qse_char_t* argv[])
|
||||
qse_awk_close (awk);
|
||||
|
||||
if (ao.ist == QSE_AWK_PARSE_FILES && ao.isp != QSE_NULL) free (ao.isp);
|
||||
if (ao.osf != QSE_NULL) free (ao.osf);
|
||||
/*if (ao.osf != QSE_NULL) free (ao.osf);*/
|
||||
if (ao.icf != QSE_NULL) free (ao.icf);
|
||||
if (ao.vm != QSE_NULL) qse_map_close (ao.vm);
|
||||
|
||||
|
Reference in New Issue
Block a user