mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2024-12-26 09:58:48 +01:00
free options too
This commit is contained in:
parent
88129f01ea
commit
39e7222cf1
1 changed files with 1 additions and 0 deletions
1
star.c
1
star.c
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue