mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2024-12-27 09:58:44 +01:00
free
This commit is contained in:
parent
c9a3b8a7a6
commit
9b190a3bd5
1 changed files with 1 additions and 0 deletions
1
star.c
1
star.c
|
@ -192,5 +192,6 @@ int main( int argc, char* argv[] )
|
||||||
} while( ( ! won_or_not( s ) ) && ( moves[ i ] != '\0' ) );
|
} while( ( ! won_or_not( s ) ) && ( moves[ i ] != '\0' ) );
|
||||||
display_level( s );
|
display_level( s );
|
||||||
|
|
||||||
|
free( s );
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue