mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +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" );
|
||||
|
||||
free( text );
|
||||
stream_destroy( stream );
|
||||
} /* cursesShowFinalScores */
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue