test: fix a memleak in the config tests

Fixes bba9edabee
This commit is contained in:
Peter Hutterer 2021-07-07 12:27:24 +10:00 committed by Wim Taymans
parent 4f49e893c1
commit 731888fcdd

View file

@ -86,6 +86,8 @@ PWTEST(config_load_nullname)
r = pw_conf_load_conf("/dummy", NULL, props); r = pw_conf_load_conf("/dummy", NULL, props);
pwtest_neg_errno(r, -EINVAL); pwtest_neg_errno(r, -EINVAL);
pw_properties_free(props);
return PWTEST_PASS; return PWTEST_PASS;
} }