plug memory leak

This commit is contained in:
Eric House 2010-09-20 22:07:10 -07:00
parent 047f41b516
commit c671f2ab05

View file

@ -329,6 +329,7 @@ cursesShowFinalScores( CursesAppGlobals* globals )
(void)cursesask( globals, text, 1, "Ok" );
free( text );
stream_destroy( stream );
} /* cursesShowFinalScores */
static void