Browse Source

Free semaphore memory on Linux.

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4267 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.9.8
sletz 14 years ago
parent
commit
cf7c43c270
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      example-clients/midi_latency_test.c

+ 2
- 0
example-clients/midi_latency_test.c View File

@@ -172,6 +172,8 @@ destroy_semaphore(semaphore_t semaphore, int id)
sprintf(name, "midi_sem_%d", id);
sem_unlink(name);
}
#else
free(semaphore);
#endif
#endif



Loading…
Cancel
Save