Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dpif-netdev: Fix memory leak in dpif_netdev_flow_put()
miniflow_destroy() needs to be called after using miniflow_init(). Otherwise, if the miniflow mallocs data, then a memory leak may occur. Found by inspection. Signed-off-by: Ryan Wilson <[email protected]> Signed-off-by: Ben Pfaff <[email protected]>
- Loading branch information