summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-25 16:41:11 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-25 16:41:11 -0600
commit9dcce886a413a43def88b254eaad545bd16e9f9d (patch)
treeb8d2499845460fe217e06e0d29e7045f8aec4ffd /nuttx/ChangeLog
parentd56d58f94575ce871558a43dd01b73c4d976bbfe (diff)
downloadnuttx-9dcce886a413a43def88b254eaad545bd16e9f9d.tar.gz
nuttx-9dcce886a413a43def88b254eaad545bd16e9f9d.tar.bz2
nuttx-9dcce886a413a43def88b254eaad545bd16e9f9d.zip
networking: Fix one place where the reference count was not being zeroed. This is really a cosmetic fix UNLESS CONFIG_DEBUG_NET is enabled, then it causes assertions
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 9e7f9c554..c5f43204d 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6665,3 +6665,7 @@
sys/types.h. stdef.h is the correct location for the definition, but
it includes sys/types.h so, at least for now, the definition will be
retained in sys/types.h (2014-2-25).
+ * net/net_close.c: Fix one place where the connection reference count
+ was not being decremented. This is really a cosmetic change BUT
+ when CONFIG_DEBUG_NET is enable, it will cause assertions (2014-2-25).
+