You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
444 B
12 lines
444 B
3 years ago
|
diff -up kbd-2.3.0/src/libkfont/kdmapop.c.orig kbd-2.3.0/src/libkfont/kdmapop.c
|
||
|
--- kbd-2.3.0/src/libkfont/kdmapop.c.orig 2020-04-27 17:53:01.000000000 +0200
|
||
|
+++ kbd-2.3.0/src/libkfont/kdmapop.c 2020-07-16 09:06:45.246742724 +0200
|
||
|
@@ -166,6 +166,7 @@ kfont_get_unicodemap(struct kfont_contex
|
||
|
|
||
|
if (ioctl(fd, GIO_UNIMAP, &ud)) {
|
||
|
KFONT_ERR(ctx, "ioctl(GIO_UNIMAP): %m");
|
||
|
+ free(ud.entries);
|
||
|
return -1;
|
||
|
}
|
||
|
if (ct != ud.entry_ct)
|