1
0
Fork 0

re-active commented out "delete". Doesn't seem to crash anymore.

This commit is contained in:
mfranz 2007-10-27 19:13:42 +00:00
parent 57a70fc141
commit b303db13e3

View file

@ -76,9 +76,7 @@ bool FGHttpd::process() {
bool FGHttpd::close() {
SG_LOG( SG_IO, SG_INFO, "closing FGHttpd" );
// the following delete causes a seg fault, gdb is not helpful.
// delete server;
delete server;
set_enabled( false );
return true;