1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

Merge branch 'develop' of git.rwth-aachen.de:acs/public/villas/VILLASnode into develop

This commit is contained in:
Steffen Vogel 2019-01-21 12:13:21 +01:00
commit 07c6826e1d

View file

@ -43,7 +43,7 @@
#include <villas/hook.h>
#include <villas/format_type.h>
pthread_t re_pthread;
static pthread_t re_pthread;
static int rtp_set_rate(struct node *n, double rate)
{
@ -309,7 +309,7 @@ int rtp_stop(struct node *n)
int ret;
struct rtp *r = (struct rtp *) n->_vd;
/*mem_deref(r->rs);*/
mem_deref(r->rs);
ret = queue_signalled_close(&r->recv_queue);
if (ret)