summaryrefslogtreecommitdiff
path: root/nuttx/net/net-sockets.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-21 23:29:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-21 23:29:14 +0000
commit7a8e90a29697e9e19ba4c27236be2061f8c6b734 (patch)
treeb7a6cc62181646f0718234dbbddd1b7a01701850 /nuttx/net/net-sockets.c
parentfcc35e8419c3dbf653c304886a827b52efdab402 (diff)
downloadpx4-nuttx-7a8e90a29697e9e19ba4c27236be2061f8c6b734.tar.gz
px4-nuttx-7a8e90a29697e9e19ba4c27236be2061f8c6b734.tar.bz2
px4-nuttx-7a8e90a29697e9e19ba4c27236be2061f8c6b734.zip
Fix leak in socket close
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@394 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/net/net-sockets.c')
-rw-r--r--nuttx/net/net-sockets.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/net/net-sockets.c b/nuttx/net/net-sockets.c
index 98f9413bd..8be75def2 100644
--- a/nuttx/net/net-sockets.c
+++ b/nuttx/net/net-sockets.c
@@ -45,6 +45,7 @@
#include <assert.h>
#include <sched.h>
#include <errno.h>
+#include <debug.h>
#include <net/uip/uip.h>
#include <nuttx/net.h>