aboutsummaryrefslogtreecommitdiff
path: root/hw/fsp/fsp-console.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/fsp/fsp-console.c')
-rw-r--r--hw/fsp/fsp-console.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/fsp/fsp-console.c b/hw/fsp/fsp-console.c
index 69c603a..8eaf7b8 100644
--- a/hw/fsp/fsp-console.c
+++ b/hw/fsp/fsp-console.c
@@ -145,7 +145,6 @@ static void fsp_pokemsg_reclaim(struct fsp_msg *msg)
if (fs->out_poke) {
if (fsp_queue_msg(fs->poke_msg, fsp_pokemsg_reclaim)) {
prerror("FSPCON: failed to queue poke msg\n");
- fsp_freemsg(msg);
} else {
fs->out_poke = false;
}