summaryrefslogtreecommitdiff
path: root/nuttx/sched/group_leave.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-12 16:02:48 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-12 16:02:48 +0000
commit774fdc43f3bea13b7852d82536ff96ccbb7ebf03 (patch)
tree670045481e8342d0ac70fce4c27f690133b2a883 /nuttx/sched/group_leave.c
parentd92f89d08d0729d4c7c32fd5d6d2892c4408dcb4 (diff)
downloadpx4-nuttx-774fdc43f3bea13b7852d82536ff96ccbb7ebf03.tar.gz
px4-nuttx-774fdc43f3bea13b7852d82536ff96ccbb7ebf03.tar.bz2
px4-nuttx-774fdc43f3bea13b7852d82536ff96ccbb7ebf03.zip
A few early fixes in kernel build testing
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5734 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/group_leave.c')
-rw-r--r--nuttx/sched/group_leave.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/group_leave.c b/nuttx/sched/group_leave.c
index 5f3c684ca..ceac10c38 100644
--- a/nuttx/sched/group_leave.c
+++ b/nuttx/sched/group_leave.c
@@ -182,7 +182,7 @@ static inline void group_release(FAR struct task_group_s *group)
/* Free resource held by the stream list */
#if defined(CONFIG_NUTTX_KERNEL) && defined(CONFIG_MM_KERNEL_HEAP)
- lib_releaselist(&group->tg_streamlist);
+ lib_releaselist(group->tg_streamlist);
#else
lib_releaselist(&group->tg_streamlist);
#endif