Skip to content

Use g_auto* and g_clear_* where possible

Adrien Plazas requested to merge aplazas/libmanette:auto into master

This simplifies the code by making lifetimes more explicit and memory management more implicit.

Merge request reports