diff --git a/xwords4/linux/cursesmain.c b/xwords4/linux/cursesmain.c index 53b9042c2..117e2e2dd 100644 --- a/xwords4/linux/cursesmain.c +++ b/xwords4/linux/cursesmain.c @@ -329,6 +329,7 @@ cursesShowFinalScores( CursesAppGlobals* globals ) (void)cursesask( globals, text, 1, "Ok" ); free( text ); + stream_destroy( stream ); } /* cursesShowFinalScores */ static void