xserver/hw/xfree86/loader
Michel Dänzer 65387391a5 loader: strdup const string assigned to local variable name
There's a free(name) at the end of the function.

GCC warned about this:

../hw/xfree86/loader/loadmod.c: In function ‘LoadModule’:
../hw/xfree86/loader/loadmod.c:702:18: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  702 |         m = name = "int10";
      |                  ^
2020-01-28 20:35:06 +00:00
..
Makefile.am
loader.c
loader.h
loaderProcs.h
loadmod.c loader: strdup const string assigned to local variable name 2020-01-28 20:35:06 +00:00
meson.build
symbol-test.c