From bdff97ce676976e384adedba2066f395cdb187f3 Mon Sep 17 00:00:00 2001 From: Johannes Lorenz Date: Sun, 3 Dec 2023 01:55:17 +0100 Subject: [PATCH] Add assertion --- src/testlo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/testlo.c b/src/testlo.c index d5baf66..84e3280 100644 --- a/src/testlo.c +++ b/src/testlo.c @@ -1287,6 +1287,7 @@ void test_server_thread(lo_server_thread *pst, lo_address *pa) server_url = lo_server_thread_get_url(st); printf("Server URL: %s\n", server_url); a = lo_address_new_from_url(server_url); + TEST(a); free(server_url); /* add method that will match the path /foo/bar, with two numbers, coerced