From 122ceecee81bf763bc7107cc071b748b46b4db71 Mon Sep 17 00:00:00 2001 From: Trumeet Date: Thu, 21 Jul 2022 20:19:45 -0700 Subject: fix(libacron): ac_free not returned Signed-off-by: Trumeet --- client/libacron/library.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/libacron/library.c b/client/libacron/library.c index dfc45e2..d401fed 100644 --- a/client/libacron/library.c +++ b/client/libacron/library.c @@ -41,4 +41,5 @@ int ac_free(void) { } free(config); config = NULL; + return AC_E_OK; } \ No newline at end of file -- cgit v1.2.3