mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
that's an interesting double free
This commit is contained in:
parent
106721d943
commit
bfeb9ff5c2
@ -1,20 +1,20 @@
|
|||||||
image_core.so: image_core.c
|
image_core.so: image_core.c
|
||||||
gcc \
|
gcc \
|
||||||
-g \
|
-g \
|
||||||
|
-DHAVE_STB_IMAGE \
|
||||||
image_core.c \
|
image_core.c \
|
||||||
../../libretro-common/file/file_path.c \
|
-I../../libretro-common/include/ \
|
||||||
../../libretro-common/lists/dir_list.c \
|
-I../../deps/stb/ \
|
||||||
../../libretro-common/compat/compat_strl.c \
|
|
||||||
../../libretro-common/compat/compat_strcasestr.c \
|
../../libretro-common/compat/compat_strcasestr.c \
|
||||||
../../libretro-common/lists/string_list.c \
|
../../libretro-common/compat/compat_strl.c \
|
||||||
|
../../libretro-common/file/file_path.c \
|
||||||
../../libretro-common/file/retro_dirent.c \
|
../../libretro-common/file/retro_dirent.c \
|
||||||
|
../../libretro-common/lists/dir_list.c \
|
||||||
|
../../libretro-common/lists/string_list.c \
|
||||||
../../libretro-common/streams/file_stream.c \
|
../../libretro-common/streams/file_stream.c \
|
||||||
../../libretro-common/vfs/vfs_implementation.c \
|
../../libretro-common/vfs/vfs_implementation.c \
|
||||||
-o image_core.so \
|
|
||||||
-DHAVE_STB_IMAGE \
|
|
||||||
-I ../../libretro-common/include/ \
|
|
||||||
-I../../deps/stb \
|
|
||||||
-Wl,--no-undefined \
|
|
||||||
-shared \
|
-shared \
|
||||||
-fPIC \
|
-fPIC \
|
||||||
-lm
|
-Wl,--no-undefined \
|
||||||
|
-lm \
|
||||||
|
-o image_core.so
|
||||||
|
@ -587,7 +587,6 @@ bool video_shader_resolve_parameters(config_file_t *conf,
|
|||||||
|
|
||||||
free(line);
|
free(line);
|
||||||
intfstream_close(file);
|
intfstream_close(file);
|
||||||
free(file);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (conf && !video_shader_resolve_current_parameters(conf, shader))
|
if (conf && !video_shader_resolve_current_parameters(conf, shader))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user