From 428bed61e9bf8c93aae6f98894a14fbfe9c74491 Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Mon, 25 Jan 2021 11:53:02 +1000 Subject: [PATCH] * source-test : gracefullly stop source --- src/source-test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/source-test.c b/src/source-test.c index a9d95d8..3a873fd 100644 --- a/src/source-test.c +++ b/src/source-test.c @@ -83,5 +83,7 @@ int main(int argc, char *argv[]) { printf("stats:\n" "%s\n", buf); } + f2b_source_stop(source); + return EXIT_SUCCESS; }