Skip to content
Snippets Groups Projects
Commit 75d0a0c5 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

BugFix: do not freed stralloc

parent 800fa32b
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ void service_enable_disable(graph_t *g, struct resolve_hash_s *hash, struct reso
h->visit = 1 ;
resolve_free(wres) ;
free(wres) ;
}
}
......@@ -168,7 +168,7 @@ void service_enable_disable(graph_t *g, struct resolve_hash_s *hash, struct reso
log_info(!action ? "Disabled" : "Enabled"," successfully: ", h->res.sa.s + h->res.name) ;
resolve_free(wres) ;
free(wres) ;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment