Stop leaking memory
* The handler table is dynamically but the memory never gets deallocated. Plug the leak by clearing any memory in the destructor ;)
Please register or sign in to comment
* The handler table is dynamically but the memory never gets deallocated. Plug the leak by clearing any memory in the destructor ;)