Hello, I'm using rte_distributor in an application, and was wondering why there exists an api to create a distributor but not an api to destroy/free it. Because we need to create/destroy repeatedly in unit testing, we have to manually free its memzone and remove it from the internal distributor linked list. Shouldn't there just be an api to free the distributor properly, or am I missing something? Thanks, Steve