free options too

This commit is contained in:
Gwenhael Le Moine 2011-07-03 22:38:40 +02:00
parent 88129f01ea
commit 39e7222cf1

1
star.c
View file

@ -633,6 +633,7 @@ int main( int argc, char* argv[] )
} while( ( s->level < s->nb_levels ) && (( key != 'q' ) && ( key != 'Q' )) );
free( s );
free( o );
/* Clean ncurses mess */
echo();