/[svn]/linuxsampler/trunk/src/engines/gig/InstrumentResourceManager.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/gig/InstrumentResourceManager.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1454 by schoenebeck, Sun Oct 14 22:00:17 2007 UTC revision 1455 by persson, Sun Oct 21 11:59:59 2007 UTC
# Line 168  namespace LinuxSampler { namespace gig { Line 168  namespace LinuxSampler { namespace gig {
168              InstrumentEditorProxiesMutex.Unlock();              InstrumentEditorProxiesMutex.Unlock();
169              std::cerr << "Eeeek, could not find instrument editor proxy, this is a bug!\n" << std::flush;              std::cerr << "Eeeek, could not find instrument editor proxy, this is a bug!\n" << std::flush;
170          }          }
171          // free the editor  
172          InstrumentEditorFactory::Destroy(pSender);          // Note that we don't need to free the editor here. As it
173            // derives from Thread, it will delete itself when the thread
174            // dies.
175      }      }
176    
177      void InstrumentResourceManager::OnSamplesToBeRemoved(std::set<void*> Samples, InstrumentEditor* pSender) {      void InstrumentResourceManager::OnSamplesToBeRemoved(std::set<void*> Samples, InstrumentEditor* pSender) {

Legend:
Removed from v.1454  
changed lines
  Added in v.1455

  ViewVC Help
Powered by ViewVC