Skip to content
Snippets Groups Projects
Commit 1f6ef0c8 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Free the memory allocated for the bracketing of h in the ghost task.

parent 0d8f1852
Branches
Tags
No related merge requests found
......@@ -1537,6 +1537,8 @@ void runner_do_ghost(struct runner *r, struct cell *c, int timer) {
}
/* Be clean */
free(left);
free(right);
free(pid);
free(h_0);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment