1
0
Fork 0

Fixed a potentially tiny memory leak.

This commit is contained in:
durk 2006-09-30 05:17:45 +00:00
parent ec4887d1d2
commit fee78e5119

View file

@ -114,6 +114,7 @@ FGIO::parse_port_config( const string& config )
SG_LOG( SG_IO, SG_ALERT, "Usage: --atcsim=[no-]pedals,"
<< "input0_config,input1_config,"
<< "output0_config,output1_config,file.nas" );
delete atcsim;
return NULL;
}
if ( tokens[1] == "no-pedals" ) {