mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 06:04:17 +08:00
2011-02-16 Sebastian Huber <sebastian.huber@embedded-brains.de>
* score/src/wkspace.c: Removed NULL pointer check from _Workspace_Free().
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2011-02-16 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* score/src/wkspace.c: Removed NULL pointer check from
|
||||
_Workspace_Free().
|
||||
|
||||
2011-02-15 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* libmisc/capture/capture.c, posix/src/keyfreememory.c,
|
||||
|
||||
@@ -91,8 +91,7 @@ void _Workspace_Free(
|
||||
__builtin_return_address( 1 )
|
||||
);
|
||||
#endif
|
||||
if (block)
|
||||
_Heap_Free( &_Workspace_Area, block );
|
||||
_Heap_Free( &_Workspace_Area, block );
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user