libwsm icon indicating copy to clipboard operation
libwsm copied to clipboard

Make sure all the clients have been freed before allowing wsm_fini()

Open mupuf opened this issue 11 years ago • 0 comments

wsm_fini() should either kill all the clients or return an error if some clients still depend on it.

We could implement that by having the list of clients in libwsm or just count the number of clients. I would prefer having the first as the more information we have, the better!

mupuf avatar Oct 10 '14 07:10 mupuf