Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
M0.3
-
None
-
None
Description
When parameters are added to service, service don't know how to free them because parameter value is void.
One solution to this is to register a free call back function when the parameter is set and keep these callbacks
in a separate map. So when service is freeing it's parameters it can call the call back and free param values.