From c671f2ab05c91f06d0a001f1a760798a28eca4c0 Mon Sep 17 00:00:00 2001 From: Eric House Date: Mon, 20 Sep 2010 22:07:10 -0700 Subject: [PATCH] plug memory leak --- xwords4/linux/cursesmain.c | 1 + 1 file changed, 1 insertion(+) 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