mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
plug memory leak
This commit is contained in:
parent
047f41b516
commit
c671f2ab05
1 changed files with 1 additions and 0 deletions
|
@ -329,6 +329,7 @@ cursesShowFinalScores( CursesAppGlobals* globals )
|
||||||
(void)cursesask( globals, text, 1, "Ok" );
|
(void)cursesask( globals, text, 1, "Ok" );
|
||||||
|
|
||||||
free( text );
|
free( text );
|
||||||
|
stream_destroy( stream );
|
||||||
} /* cursesShowFinalScores */
|
} /* cursesShowFinalScores */
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue