Skip to content

gio/gdesktopappinfo: Free the wrapped argv array on launch failure

Marco Trevisan requested to merge 3v1n0/glib:fix-desktop-app-info-leak into main

We create an array that we never free, ensure this is the case. The previous commit gives CI a chance to check this with valgrind job.

Found as part of another review: - !2839 (comment 1524922)

Merge request reports