This reverts commit 1d35c60c7b
.
This commit is contained in:
parent
1d35c60c7b
commit
77321c62eb
1 changed files with 0 additions and 1 deletions
|
@ -320,7 +320,6 @@ rcl_wait_set_get_allocator(const rcl_wait_set_t * wait_set, rcl_allocator_t * al
|
||||||
if (wait_set->impl->RMWStorage) { \
|
if (wait_set->impl->RMWStorage) { \
|
||||||
allocator.deallocate((void *)wait_set->impl->RMWStorage, allocator.state); \
|
allocator.deallocate((void *)wait_set->impl->RMWStorage, allocator.state); \
|
||||||
wait_set->impl->RMWStorage = NULL; \
|
wait_set->impl->RMWStorage = NULL; \
|
||||||
wait_set->impl->RMWCount = 0; \
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#define SET_RESIZE_RMW_REALLOC(Type, RMWStorage, RMWCount) \
|
#define SET_RESIZE_RMW_REALLOC(Type, RMWStorage, RMWCount) \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue