Open Richardhongyu opened 2 months ago
There are six factories: proxy/buf/observe/monitor/clock/thread
, and two common functions: evl_unindex_factory_element/evl_destroy_element
.
evl_unindex_factory_element
and evl_destory_element
are already implemented before this issue. The function we lack is evl_release_element
.
Currently, RROS does not release resources when an element ends. This means there are only a limited number of elements. We ought to complement the missing
dispose
functions for different elements.