aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-kkbd.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-08-20 21:20:42 +0200
committerMattias Andrée <maandree@operamail.com>2014-08-20 21:20:42 +0200
commitc342e3e3fbf8c9ea3c791ba4cd957fcddeae2337 (patch)
tree6aa51c06d917b459f9b56b49b2280d3066f0ff65 /src/mds-kkbd.c
parentdanger is deadly for the echo and the clipboard servers (diff)
downloadmds-c342e3e3fbf8c9ea3c791ba4cd957fcddeae2337.tar.gz
mds-c342e3e3fbf8c9ea3c791ba4cd957fcddeae2337.tar.bz2
mds-c342e3e3fbf8c9ea3c791ba4cd957fcddeae2337.tar.xz
add todo for kkbd on what to free on danger
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/mds-kkbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds-kkbd.c b/src/mds-kkbd.c
index db12746..b699ea0 100644
--- a/src/mds-kkbd.c
+++ b/src/mds-kkbd.c
@@ -157,7 +157,7 @@ static char key_send_buffer[111];
/**
* Message buffer for the main thread
*/
-static char* send_buffer = NULL;
+static char* send_buffer = NULL; /* TODO free on danger */
/**
* The size of `send_buffer`