Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nunojsa committed Feb 12, 2025
1 parent 75b7010 commit 5f4bb04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iiod/responder.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5f4bb04

Please sign in to comment.