| 184 | } |
| 185 | |
| 186 | static void release_context(struct context *ctx) |
| 187 | { |
| 188 | g_slist_free_full(ctx->probes, free_probe); |
| 189 | g_free(ctx); |
| 190 | } |
| 191 | |
| 192 | /* Remove empty parts from an array returned by g_strsplit. */ |
| 193 | static void remove_empty_parts(gchar **parts) |