mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
tests: Fix resource leak in sigbus-test
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
This commit is contained in:
parent
5196453117
commit
4515f5d2ff
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ START_TEST (sigbus_test) {
|
|||
|
||||
pa_memtrap_remove(m);
|
||||
munmap(p, PA_PAGE_SIZE);
|
||||
close(fd);
|
||||
}
|
||||
END_TEST
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue