if I use sem_open() in my program and then exit with exit() without sem_close() does it create memory leaks? Or is it just like with open()/close() functions that just close