summaryrefslogtreecommitdiff
path: root/tests/tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.c')
-rw-r--r--tests/tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests.c b/tests/tests.c
index 2a769a9..5df933c 100644
--- a/tests/tests.c
+++ b/tests/tests.c
@@ -224,7 +224,7 @@ static void test_get_f_uint32_t()
static void test_upb_context() {
struct upb_context c;
ASSERT(upb_context_init(&c));
- upb_context_free(&c);
+ upb_context_unref(&c);
}
int main()
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback