| 233 | } |
| 234 | |
| 235 | int |
| 236 | graph_fp_mem_destroy(struct graph *graph) |
| 237 | { |
| 238 | if (graph_pcap_is_enable()) |
| 239 | graph_pcap_exit(graph->graph); |
| 240 | |
| 241 | graph_nodes_mem_destroy(graph->graph); |
| 242 | return rte_memzone_free(graph->mz); |
| 243 | } |
no test coverage detected