Use a pthread_mutex_t to lock and unlock the memory allocators and
commit15333771e15f6b953cf29c33393c0f059de558d3
authorBen Kibbey <bjk@luxsci.net>
Sat, 21 Feb 2009 14:58:33 +0000 (21 09:58 -0500)
committerBen Kibbey <bjk@luxsci.net>
Sat, 21 Feb 2009 14:58:33 +0000 (21 09:58 -0500)
treeffc2c524880d5a9ce2a76514dd141fcba9438fc1
parentbc8898126501aace23b6d8b0fd9c61ce72d6151a
Use a pthread_mutex_t to lock and unlock the memory allocators and
deallocators. Fixes potentially corrupting the memory list when more
than one client is connected.

MEM_DEBUG cleanups.
configure.ac
src/commands.c
src/mem.c
src/mem.h
src/pwmd.c