Search found 1 match

by Velladores
Sat Apr 10, 2010 3:07 pm
Forum: Project Announcements
Topic: irrNetLite 2.1 [BETA]
Replies: 230
Views: 121299

Hello, my program crashes, when a client sends data to the server. It crashes after the packetHandler (of the server) processed the data. VC points me to irrAllocator.h: //! Deallocate memory for an array of objects void deallocate(T* ptr) { internal_delete(ptr); <-- Here is the error } If you need ...