free language vector in framebuffer resource setup

This commit is contained in:
Vincent Sanders 2019-02-21 12:11:55 +00:00
parent 00ce87551c
commit f367b23d72
1 changed files with 2 additions and 0 deletions

View File

@ -140,6 +140,8 @@ fb_init_resource_path(const char *resource_path)
respath = filepath_generate(pathv, (const char * const *)langv);
filepath_free_strvec(langv);
filepath_free_strvec(pathv);
return respath;