segfault fixing
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@270 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2006-07-24 Javier Serrano Polo <jasp00/at/terra/dot/es>
|
||||
|
||||
* src/tracks/instrument_track.cpp:
|
||||
handle notes deleted when keys still pressed
|
||||
|
||||
* include/song_editor.h:
|
||||
* src/core/note.cpp:
|
||||
* src/core/song_editor.cpp:
|
||||
added checks to avoid segfaults when closing the application
|
||||
|
||||
2006-07-23 Javier Serrano Polo <jasp00/at/terra/dot/es>
|
||||
|
||||
* src/core/piano_widget.cpp:
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.50)
|
||||
AC_INIT(lmms, 0.2.0-cvs20060723, tobydox/at/users/dot/sourceforge/dot/net)
|
||||
AM_INIT_AUTOMAKE(lmms, 0.2.0-cvs20060723)
|
||||
AC_INIT(lmms, 0.2.0-cvs20060724, tobydox/at/users/dot/sourceforge/dot/net)
|
||||
AM_INIT_AUTOMAKE(lmms, 0.2.0-cvs20060724)
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user