From 16dac58f4ad959ee92bd4ed97aa53f20824aa4f9 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 12 Jan 2014 14:16:05 -0600 Subject: Fix a memory leak in last NSH change: Forgot to close a temporary file --- apps/ChangeLog.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/ChangeLog.txt') diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt index d2711e456..3ac05c656 100644 --- a/apps/ChangeLog.txt +++ b/apps/ChangeLog.txt @@ -774,4 +774,6 @@ * apps/nshlib/nsh_parse.c: Can now handle arguments that are concatenations of constant strings, command return data, application return data, and environment variables (2014-1-11). + * apps/nshlib/nsh_parse.c: Fix a memory leak ... forgot to close + a temporary file (2013-1-12). -- cgit v1.2.3