diff --git a/iiod/responder.c b/iiod/responder.c index 92a7fc2eb..c1b032f4e 100644 --- a/iiod/responder.c +++ b/iiod/responder.c @@ -574,6 +574,7 @@ static void handle_free_buffer(struct parser_pdata *pdata, iio_mutex_lock(buflist_lock); + printf("Buffer destroy\n"); SLIST_FOREACH(entry, &bufferlist, entry) { if (entry != buf_entry) continue;