segfault fixing
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@267 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2006-07-23 Javier Serrano Polo <jasp00/at/terra/dot/es>
|
||||
|
||||
* src/core/piano_widget.cpp:
|
||||
initialize m_lastKey, fixes segfault
|
||||
|
||||
* src/core/automation_editor.cpp:
|
||||
* src/core/note_play_handle.cpp:
|
||||
added checks to avoid segfaults when closing the application
|
||||
|
||||
2006-07-22 Javier Serrano Polo <jasp00/at/terra/dot/es>
|
||||
|
||||
* include/automatable_object.h:
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.50)
|
||||
AC_INIT(lmms, 0.2.0-cvs20060722, tobydox/at/users/dot/sourceforge/dot/net)
|
||||
AM_INIT_AUTOMAKE(lmms, 0.2.0-cvs20060722)
|
||||
AC_INIT(lmms, 0.2.0-cvs20060723, tobydox/at/users/dot/sourceforge/dot/net)
|
||||
AM_INIT_AUTOMAKE(lmms, 0.2.0-cvs20060723)
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user