Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 8, 2008, 3:07:07 PM (17 years ago)
Author:
scheusso
Message:

memory free problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network3/src/network/PacketDecoder.cc

    r1248 r1251  
    239239    COUT(3) << "PacketDecoder-process: processing Gamestate" << std::endl;
    240240    //printGamestate( state );
    241     delete[] state->data;
    242     delete state;
     241//     delete[] state->data;
     242//     delete state;
    243243  }
    244244
Note: See TracChangeset for help on using the changeset viewer.