Does sem_open allocate memory?

前端 未结 0 1397
北恋
北恋 2020-12-21 17:05

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题