From 16cde23eb24e3675219352dcf970c311c3f7fb40 Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Sat, 19 Sep 2015 17:10:01 +0200 Subject: Fix oplog... --- sapi/phpdbg/phpdbg.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sapi/phpdbg/phpdbg.c') diff --git a/sapi/phpdbg/phpdbg.c b/sapi/phpdbg/phpdbg.c index 2d3a97a1a8..de87242e44 100644 --- a/sapi/phpdbg/phpdbg.c +++ b/sapi/phpdbg/phpdbg.c @@ -1752,6 +1752,7 @@ phpdbg_main: phpdbg_error("oplog", "path=\"%s\"", "Failed to open oplog %s", oplog_file); } free(oplog_file); + oplog_file = NULL; } /* set default colors */ -- cgit v1.2.1