~ubuntu-branches/ubuntu/utopic/lmms/utopic-proposed

« back to all changes in this revision

Viewing changes to plugins/vst_base/RemoteVstPlugin.cpp

  • Committer: Package Import Robot
  • Author(s): Israel Dahl
  • Date: 2014-04-30 18:49:37 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20140430184937-hozuuxonlbshciya
Tags: 1.0.1-src-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
427
427
                m_window = NULL;
428
428
        }
429
429
        pluginDispatch( effMainsChanged, 0, 0 );
 
430
        pluginDispatch( effClose );
430
431
#ifndef USE_QT_SHMEM
431
432
        // detach shared memory segment
432
433
        if( shmdt( m_vstSyncData ) == -1)