Ticket #200 (closed defect: fixed)
[PATCH] uses shm_unlink even when HAVE_SHM_OPEN is not set
| Reported by: | matthijs | Owned by: | lennart |
|---|---|---|---|
| Milestone: | Component: | core | |
| Keywords: | Cc: |
Description
In pulsecore.c, pa_shm_cleanup uses shm_unlink. This is protected by an #ifdef SHM_PATH, but not by #ifdef HAVE_SHM_OPEN. This breaks compilation on systems where SHM is not available.
The attached (trivial) patch adds the extra #ifdef
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
