| 831 | }; |
| 832 | |
| 833 | static void rtpe_stats_free(struct rtpe_stats *stats) |
| 834 | { |
| 835 | if (stats->json.s) |
| 836 | cJSON_PurgeString(stats->json.s); |
| 837 | bencode_buffer_free(&stats->buf); |
| 838 | } |
| 839 | |
| 840 | static void rtpe_ctx_free(void *param) |
| 841 | { |
no test coverage detected