mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-06 17:36:14 +01:00
47cf6387ad
The compiler code was full of leaks and nothing really checked on them. While it's not a big deal per se, per the nature of it, it's still better to ensure that memory management is well done so that there are no problems when using it with sanitizers. So, the source of the problems was not freeing the parser, but that wasn't enough, more to come... |
||
---|---|---|
.. | ||
compiler.c | ||
meson.build |