]> granicus.if.org Git - esp-idf/commit
pthread: Fixes memory leaks and stack overflow in tests
authorAlexey Gerenkov <alexey@espressif.com>
Tue, 14 Nov 2017 08:43:32 +0000 (11:43 +0300)
committerAlexey Gerenkov <alexey@espressif.com>
Fri, 17 Nov 2017 13:57:33 +0000 (16:57 +0300)
commit7ce945a9de3cf877cf70ed53259e563db028d374
treefd4d1e2f4eed9436da8b24fbd4eb5523b8844acb
parentb83792f50428648ef41bd7679c59fa0f8fa7936d
pthread: Fixes memory leaks and stack overflow in tests

Also this commit replaces FreeRTOS list used for pthread internals
with simple one from rom/queue.h
components/pthread/Kconfig
components/pthread/pthread.c
components/pthread/test/test_pthread_cxx.cpp