summaryrefslogtreecommitdiff
path: root/src/plugins/resource-native/resource-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/resource-native/resource-client.c')
-rw-r--r--src/plugins/resource-native/resource-client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/resource-native/resource-client.c b/src/plugins/resource-native/resource-client.c
index 146240b..a920eb3 100644
--- a/src/plugins/resource-native/resource-client.c
+++ b/src/plugins/resource-native/resource-client.c
@@ -1774,6 +1774,7 @@ int main(int argc, char **argv)
mrp_transport_destroy(client->transp);
mrp_mainloop_destroy(client->ml);
+ client->ml = NULL;
mrp_free((void *)client->name);
resource_def_array_free(client->resources);
str_array_free(client->class_names);