trying to solve memory issue - release

This commit is contained in:
philippe44
2020-02-19 17:58:46 -08:00
parent aa6c0fcf95
commit 4fa993f1a1
4 changed files with 53 additions and 5 deletions

View File

@@ -43,7 +43,7 @@
#include "dmap_parser.h"
#include "log_util.h"
#define RTSP_STACK_SIZE (9*1024)
#define RTSP_STACK_SIZE (8*1024)
#define SEARCH_STACK_SIZE (2*1048)
typedef struct raop_ctx_s {