re-active commented out "delete". Doesn't seem to crash anymore.
This commit is contained in:
parent
57a70fc141
commit
b303db13e3
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue