You statically created the mutex and condition variable, so PTH never gets
rid of them. Try using dynamic mutexes and condition variables and
explicitly create them and free them. But using a dynamically initialized
mutex and condition variable, you have used an item that is dynamically
created by never destroyed. (How does the code know when you're done with
them?)

        DS

______________________________________________________________________
GNU Portable Threads (Pth)            http://www.gnu.org/software/pth/
User Support Mailing List                            [EMAIL PROTECTED]
Automated List Manager (Majordomo)           [EMAIL PROTECTED]

Reply via email to