| 2933 | } |
| 2934 | |
| 2935 | static void |
| 2936 | free_xstats_display_info(portid_t pi) |
| 2937 | { |
| 2938 | if (!ports[pi].xstats_info.allocated) |
| 2939 | return; |
| 2940 | free(ports[pi].xstats_info.ids_supp); |
| 2941 | free(ports[pi].xstats_info.prev_values); |
| 2942 | free(ports[pi].xstats_info.curr_values); |
| 2943 | ports[pi].xstats_info.allocated = false; |
| 2944 | } |
| 2945 | |
| 2946 | /** Fill helper structures for specified port to show extended statistics. */ |
| 2947 | static void |