From 1353806c966446798708e33d52d0ba3e64742197 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Mon, 15 Feb 2010 07:10:53 +0000 Subject: [PATCH] Next catch from John. Note to myself - not every file is .cpp ;) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33473 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/lyxserver/server_monitor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/development/lyxserver/server_monitor.c b/development/lyxserver/server_monitor.c index e1b23074d7..bfb63aeb4a 100644 --- a/development/lyxserver/server_monitor.c +++ b/development/lyxserver/server_monitor.c @@ -170,6 +170,7 @@ void openpipe() if (pipein<0 || pipeout<0) { perror("monitor: Couldn't open the pipes"); pipein = pipeout = -1; + free(pipename); return; } fl_add_io_callback(pipeout, FL_READ, io_cb, 0); -- 2.39.5