From e52e351f132d08f0575d654d2a623633482f91e4 Mon Sep 17 00:00:00 2001 From: Marius Tolzmann Date: Mon, 26 Oct 2015 10:37:08 +0100 Subject: [PATCH] test_mx_util: Fix renamed function --- test_mx_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_mx_util.c b/test_mx_util.c index 817fbef5..06cfe728 100644 --- a/test_mx_util.c +++ b/test_mx_util.c @@ -345,7 +345,7 @@ static void test_mx_strscan(void) assert(pps->ppid == getppid()); assert(pps->state == 'R'); assert(mx_streq(pps->comm, program_invocation_short_name) || mx_streq(pps->comm, "memcheck-amd64-")); - mx_proc_pid_stat_free(pps); + mx_proc_pid_stat_free_content(pps); } static void test_mx_strvec() {