From 5ff34b5a0b3b333bf0f0334717cc8630cc785510 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 26 Sep 2013 20:08:56 +0100 Subject: [PATCH] miinitext: drop sentinel detection during LoadExtension All the sentinels from the extension lists were removed, thus the only case were this would trigger is when the code is broken badly. Signed-off-by: Emil Velikov Reviewed-by: Keith Packard --- mi/miinitext.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/mi/miinitext.c b/mi/miinitext.c index 9d5125e1f..099ac42a7 100644 --- a/mi/miinitext.c +++ b/mi/miinitext.c @@ -369,9 +369,6 @@ LoadExtension(const ExtensionModule * e, Bool builtin) { ExtensionModule *newext; - if (e == NULL || e->name == NULL) - return; - /* Make sure built-in extensions get added to the list before those * in modules. */ AddStaticExtensions();