Sebastian Huber commented on a discussion on 
cpukit/posix/src/mqueuedeletesupp.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/364#note_119077

 >  )
 >  {
 >    if ( !the_mq->linked && the_mq->open_count == 0 ) {
 > +    _Objects_Invalidate_Id( &_POSIX_Message_queue_Information, 
 > &the_mq->Object );

I am not sure, the `_Objects_Close()` calls in addition 
`_Objects_Namespace_remove_u32()`, however, POSIX message queues have a string 
name.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/364#note_119077
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to