glib/girepository/compiler
Marco Trevisan (Treviño) 47cf6387ad girepository/compiler: Free the parser when not needed
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...
2024-05-16 22:51:12 +01:00
..
compiler.c girepository/compiler: Free the parser when not needed 2024-05-16 22:51:12 +01:00
meson.build build: Only override g-ir-compiler when GIR generation is enabled 2024-02-09 06:56:38 -08:00