mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-10 18:19:42 -04:00
fixed broken reference sharing
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1830 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2008-11-04 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* plugins/sf2_player/sf2_player.cpp:
|
||||
fixed broken reference sharing
|
||||
|
||||
* include/automatable_model.h:
|
||||
* src/core/automatable_model.cpp:
|
||||
fixed loops when adding a controller to a model which is linked to
|
||||
|
||||
@@ -299,7 +299,7 @@ void sf2Instrument::freeFont( void )
|
||||
cout << "Really deleting " << m_filename << endl;
|
||||
|
||||
fluid_synth_sfunload( m_synth, m_fontId, TRUE );
|
||||
|
||||
s_fonts.remove( m_filename );
|
||||
delete m_font;
|
||||
}
|
||||
// Just remove our reference
|
||||
|
||||
Reference in New Issue
Block a user