lhk / darknet_wrapper

A small wrapper around darknet
12 stars 5 forks source link

Memory leakage #8

Open abhigoku10 opened 6 years ago

abhigoku10 commented 6 years ago

@lhk hi lars has the following wrapper taken care of memory allocation and de-allocation ?? is there any memory leakage with the current wrapper .Since in wrapperc_c.c in the function of setup_network (), the net = parse_network_cfg(cfgfile); is leaking memory in the original function of darknet.h the network parse_network_cfg(char filename);. So can u pls explain this interface a bit