Changeset 3921


Ignore:
Timestamp:
May 31, 2020, 8:44:53 AM (3 years ago)
Author:
Peter
Message:

Remove comment that implementation might be problematic with reference to #930, since #930 has been closed and I can't see how there is a potential memory leak. refs #930.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/Scheduler.cc

    r3870 r3921  
    498498  void Scheduler::JobHandler::interrupt_workers(void)
    499499  {
    500     // FIXME this might leak memory, see ticket #930
    501     // http://dev.thep.lu.se/yat/ticket/930#ticket
    502500    data_->queue().clear();
    503501    kill_workers();
Note: See TracChangeset for help on using the changeset viewer.