fix memory leak: free(pointerreply);

next
Michael Stapelberg 2016-01-09 12:07:47 +01:00
parent de035cab6d
commit 9eba061ed3
1 changed files with 1 additions and 0 deletions

View File

@ -674,6 +674,7 @@ int main(int argc, char *argv[]) {
}
con_focus(con_descend_focused(output_get_content(output->con)));
free(pointerreply);
}
tree_render();