]> git.sur5r.net Git - u-boot/blobdiff - drivers/video/console_truetype.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / drivers / video / console_truetype.c
index c249f047f5b21b237a1ac6f2a0ca3b48e08ee89d..30086600fb1fd973b5b7b094c4494e7498f254c3 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (c) 2016 Google, Inc
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -289,6 +288,7 @@ static int console_truetype_putc_xy(struct udevice *dev, uint x, uint y,
                }
 #endif
                default:
+                       free(data);
                        return -ENOSYS;
                }