fix memory leak: free(pointerreply);
This commit is contained in:
@ -674,6 +674,7 @@ int main(int argc, char *argv[]) {
|
||||
}
|
||||
|
||||
con_focus(con_descend_focused(output_get_content(output->con)));
|
||||
free(pointerreply);
|
||||
}
|
||||
|
||||
tree_render();
|
||||
|
Reference in New Issue
Block a user