Commit b31705e6 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Keystore test: fix memleak

Close #16338
parent 002c526b
...@@ -78,6 +78,7 @@ ks_find(vlc_keystore *p_keystore, const char *const ppsz_values[KEY_MAX], ...@@ -78,6 +78,7 @@ ks_find(vlc_keystore *p_keystore, const char *const ppsz_values[KEY_MAX],
assert(strcmp(psz_value1, psz_value2) == 0); assert(strcmp(psz_value1, psz_value2) == 0);
} }
} }
vlc_keystore_release_entries(p_entries, i_entries);
return i_entries; return i_entries;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment