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:
Javier Serrano Polo
2006-07-23 00:36:33 +00:00
parent 3aceeca43c
commit b31baa69ec
2 changed files with 11 additions and 2 deletions

View File

@@ -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:

View File

@@ -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)