ruby: Disabled RubyEventQueue's deletion of its home-grown priority heap.
Temporarily to fix unusual memory problem.
This commit is contained in:
@@ -49,7 +49,7 @@ RubyEventQueue::RubyEventQueue()
|
||||
|
||||
RubyEventQueue::~RubyEventQueue()
|
||||
{
|
||||
delete m_prio_heap_ptr;
|
||||
// delete m_prio_heap_ptr;
|
||||
}
|
||||
|
||||
void RubyEventQueue::init()
|
||||
|
||||
Reference in New Issue
Block a user