mirror of https://github.com/GNOME/gimp.git
59eae13aec
In all 3 cases: - xcf_read_string allocates a new string into name. - If an error is detected, we return early - name remains unused. Therefore we add g_free (name) to these early returns to avoid a leak. |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile.am | ||
meson.build | ||
xcf-load.c | ||
xcf-load.h | ||
xcf-private.h | ||
xcf-read.c | ||
xcf-read.h | ||
xcf-save.c | ||
xcf-save.h | ||
xcf-seek.c | ||
xcf-seek.h | ||
xcf-utils.c | ||
xcf-utils.h | ||
xcf-write.c | ||
xcf-write.h | ||
xcf.c | ||
xcf.h |