mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-22 20:16:54 +03:00
free language vector in framebuffer resource setup
This commit is contained in:
parent
00ce87551c
commit
f367b23d72
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user