Skip to content

fix(apkd_dbus_server): use stack allocated GVariantBuilders

Rasmus Thomsen requested to merge fix-memory-leaks into master

We previously used the heap allocated VariantBuilder, but that likes to leak memory like a sieve, so let's use the stack allocated variant.

Merge request reports