Changeset 114 for osgVisual/src
- Timestamp:
- Jul 31, 2010, 2:19:59 PM (14 years ago)
- Location:
- osgVisual/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/src/cluster/dataIO_clusterENet_implementation.cpp
r107 r114 145 145 { 146 146 //std::cout << "dataIO_clusterENet_implementation::sendPacket() - ERROR: No connected peer available!" << std::endl; 147 148 // If we can't send the packet, we have to destroy it to free it's memory (In a case of send ENet takes ownership and frees after sending.). 149 enet_packet_destroy (packet_); 150 147 151 return; 148 152 } -
osgVisual/src/core/osgVisual.cpp
r88 r114 81 81 core->shutdown(); 82 82 83 // Set Pointer to null to destroy the objects before this function ends - otherwise memory leaks wil be detected.83 // Set Pointer to null to destroy the objects before this function ends 84 84 core = NULL; 85 85
Note: See TracChangeset
for help on using the changeset viewer.