diff options
author | Adam Jackson <ajax@redhat.com> | 2008-02-01 17:21:34 +1100 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-02-14 08:21:44 +1100 |
commit | e91ff09568c5579818b6641e88e95c6fe122cbe7 (patch) | |
tree | 86c27ab6eb83c9c2c67f55037f0afe3a5797c117 /hw/xfree86/common/xf86Globals.c | |
parent | 0bdd20a0454c94f902fd4874855125bf7510fcf5 (diff) |
Friends don't let friends call xf86AddModuleInfo.
That code only existed to leak memory. It can go now, thanks.
Diffstat (limited to 'hw/xfree86/common/xf86Globals.c')
-rw-r--r-- | hw/xfree86/common/xf86Globals.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/xfree86/common/xf86Globals.c b/hw/xfree86/common/xf86Globals.c index ba603f4df..0dc42c66b 100644 --- a/hw/xfree86/common/xf86Globals.c +++ b/hw/xfree86/common/xf86Globals.c @@ -153,8 +153,6 @@ DriverPtr *xf86DriverList = NULL; int xf86NumDrivers = 0; InputDriverPtr *xf86InputDriverList = NULL; int xf86NumInputDrivers = 0; -ModuleInfoPtr *xf86ModuleInfoList = NULL; -int xf86NumModuleInfos = 0; int xf86NumScreens = 0; const char *xf86VisualNames[] = { |