Kinsey Moore started a new discussion on testsuites/libtests/iospace01/init.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1243#note_150043

 > +  rtems_test_assert( iospace != NULL );
 > +
 > +  status = rtems_iospace_register( iospace, IOSPACE_PATH );
 > +  rtems_test_assert( !status );
 > +
 > +  status = rtems_iospace_unregister( IOSPACE_PATH );
 > +  rtems_test_assert( !status );
 > +
 > +  rtems_test_assert( rtems_resource_snapshot_check( &snapshot ) );
 > +
 > +  /* Initialize the iospace device driver and iospace */
 > +  iospace = test_iospace_init();
 > +  rtems_test_assert( iospace != NULL );
 > +
 > +  /* Register the iospace as a device */
 > +  status = rtems_iospace_register( iospace, IOSPACE_PATH );

There is not a matching unregister for this registration call.

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


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to