Fixes for close and cleanup of sessions, dcb, router sessions etc.

Fix memory leak in config

Fix for debug command execution without second argument
This commit is contained in:
Mark Riddoch
2013-06-24 16:43:17 +02:00
parent 2ec19bf7ca
commit f4c1b298d6
7 changed files with 66 additions and 14 deletions

View File

@ -31,7 +31,7 @@
#include <thread.h>
typedef struct spinlock {
volatile int lock;
int lock;
#if DEBUG
int spins;
int acquired;