Alessandro Nardin commented on a discussion on cpukit/posix/src/aio_misc.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/476#note_122580

 >        req->listcbp = NULL;
 >        req->suspendcbp = NULL;
 >  
 > +      free(req);

It is not related to a Coverity issue, for some reason it was not detected. It 
seemed weird, so I checked multiple times to make sure that they were in fact 
not deallocated, and the only times the requests are freed is when they are 
cancelled.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/476#note_122580
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