https://bugs.freedesktop.org/show_bug.cgi?id=95293
Bug ID: 95293
Summary: Possible memory leak in
src/modules/module-filter-apply.c
Product: PulseAudio
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: modules
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
In below function,
static pa_hook_result_t process(struct userdata *u, pa_object *o, bool
is_sink_input);
there seems a memory leak at Line No 452.
if (should_group_filter(fltr) && !find_paired_master(u, fltr, o,
is_sink_input)) {
pa_log_debug("Want group filtering but don't have enough streams.");
return PA_HOOK_OK;
}
It is returning without freeing memory allocated to module_name.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug._______________________________________________
pulseaudio-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs