sdnfv / openNetVM

A high performance container-based NFV platform from GW and UCR.
http://sdnfv.github.io/onvm/
Other
262 stars 136 forks source link

Free malloced mem in onvm_mgr main #119

Closed koolzz closed 5 years ago

koolzz commented 5 years ago

Current version Investigate onvm_mgr cleanup. I don't think we ever free anything in onvm_mgr, example see https://github.com/sdnfv/openNetVM/blob/develop/onvm/onvm_mgr/main.c#L303.

Expected code: Call free or rte_free depending on memory type.

koolzz commented 5 years ago

Closed in #122