ruby: Disabled RubyEventQueue's deletion of its home-grown priority heap.
authorDan Gibson <gibson@cs.wisc.edu>
Mon, 11 May 2009 17:38:46 +0000 (10:38 -0700)
committerDan Gibson <gibson@cs.wisc.edu>
Mon, 11 May 2009 17:38:46 +0000 (10:38 -0700)
Temporarily to fix unusual memory problem.

src/mem/ruby/eventqueue/RubyEventQueue.cc

index 1ac32ccf21d71a7bddb66a302597c95e450fbce1..4a979942ffe699057cea8431b7834fea2ed411f7 100644 (file)
@@ -49,7 +49,7 @@ RubyEventQueue::RubyEventQueue()
 
 RubyEventQueue::~RubyEventQueue()
 {
-  delete m_prio_heap_ptr;
+  // delete m_prio_heap_ptr;
 }
 
 void RubyEventQueue::init()