summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/wee-command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c
index cbfff0c78..a0d89d572 100644
--- a/src/core/wee-command.c
+++ b/src/core/wee-command.c
@@ -1157,6 +1157,7 @@ COMMAND_CALLBACK(cursor)
gui_cursor_move_xy (x, y);
}
}
+ free (str_x);
}
}
else