From c2f522d38786e812387b3ba8dbdf9df1983fbc6a Mon Sep 17 00:00:00 2001 From: Diego Nieto Cid Date: Sat, 25 Dec 2010 21:23:25 -0300 Subject: * console-client/xkb/parser.y (include_section): Remove superflous strdup. --- console-client/xkb/parser.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console-client/xkb/parser.y b/console-client/xkb/parser.y index 7ce504e5..4f25b3c0 100644 --- a/console-client/xkb/parser.y +++ b/console-client/xkb/parser.y @@ -1251,7 +1251,7 @@ include_section (char *incl, int sectionsymbol, char *dirname, } } - includefile = fopen (strdup (filename), "r"); + includefile = fopen (filename, "r"); if (includefile == NULL) { -- cgit v1.2.3