summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
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).