Fixed missing break; resulting in a double free bug.

git-svn-id: svn://svn.savannah.nongnu.org/lash/trunk@43 1de19dc7-4e3f-0410-a61d-eddf686bf0b7
This commit is contained in:
Dave Robillard 2006-09-21 19:15:47 +00:00
parent ee35dd9708
commit b9b2596ebd
2 changed files with 3 additions and 2 deletions

View File

@ -127,6 +127,7 @@ main(int argc, char **argv)
fclose(config_file);
LASH_PRINT_DEBUG("wrote config file");
lash_send_event(client, event);
break;
}
case LASH_Restore_File:
{

View File

@ -1,9 +1,9 @@
# This is template code you can put in your configure.ac to check
# for LASH support
##############
############
### LASH ###
##############
############
build_lash="yes"
AC_ARG_ENABLE(lash,
[AS_HELP_STRING(--enable-lash, [Enable LASH session management support (true)])],