xserver-multidpi/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: Remove *GetOS 2017-01-25 14:22:05 -05:00
loader.c loader: Make LoaderSymbolFromModule take a ModuleDescPtr 2019-11-21 14:20:50 -05:00
loader.h loader: Move LoaderSymbolFromModule() to public API 2019-11-13 19:49:18 +00:00
loaderProcs.h loader: Remove unused path and name from ModuleDescPtr 2017-01-25 14:22:06 -05:00
loadmod.c loader: strdup const string assigned to local variable name 2020-01-28 20:35:06 +00:00
meson.build Add a Meson build system alongside autotools. 2017-04-26 15:25:27 -07:00
symbol-test.c xfree86: build a shared lib identical to Xorg 2017-05-15 09:14:42 -07:00