summaryrefslogtreecommitdiffstats
path: root/src/usr/console/console.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/console/console.C')
-rw-r--r--src/usr/console/console.C5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/console/console.C b/src/usr/console/console.C
index 8a066fe85..eed9756cd 100644
--- a/src/usr/console/console.C
+++ b/src/usr/console/console.C
@@ -8,7 +8,6 @@
/* Contributors Listed Below - COPYRIGHT 2014 */
/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
-/* [+] Google Inc. */
/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
@@ -107,6 +106,10 @@ namespace CONSOLE
msg_t* msg = msg_allocate();
msg->type = SYNC;
msg_sendrecv(g_msgq, msg);
+
+ // Always free since send/recv implies ownership
+ msg_free(msg);
+ msg=nullptr;
}
}
OpenPOWER on IntegriCloud