mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-14 13:15:14 +03:00
Fixed a stack overflow bug in the memory manager.
Updated SOIL2. --HG-- branch : dev
This commit is contained in:
@@ -47,7 +47,7 @@ class EE_API MemoryManager {
|
||||
|
||||
template<class T>
|
||||
static T * free( T * Data ) {
|
||||
free( Data );
|
||||
::free( Data );
|
||||
return Data;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user