wireplumber/lib
Barnabás Pőcze 11af177902 event-hook: fix interest hook event type memory leak
In `wp_interest_event_hook_get_matching_event_types()`, the variable
`res` owns the allocated `GPtrArray`, but there is an early return
in the function. Hitting that will leak the allocation, so use
`g_autoptr` to avoid that.

Fixes: b80a0975c7 ("event-dispatcher: Register hooks for defined events in a hash table")
2026-01-29 12:47:27 +01:00
..
wp event-hook: fix interest hook event type memory leak 2026-01-29 12:47:27 +01:00
meson.build wplua: move under modules/module-lua-scripting 2022-03-24 09:47:59 +02:00