On 11/07/2019 08:43, Ravindra Kumar Meena wrote:
I am pretty sure this is error is caused by something else. How many files do you open, how many do you close properly?I did it in the end. Isn't it correct? for( i = 0; i < RTEMS_RECORD_CLIENT_MAXIMUM_CPU_COUNT ; i++ ){ fclose( event_streams[ i ] ); }
With the fix I committed, I no longer see this error. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : [email protected] PGP : Public key available on request. Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG. _______________________________________________ devel mailing list [email protected] http://lists.rtems.org/mailman/listinfo/devel
