Explorar el Código

* ensure that hmodule is initialized correctly

Sven/Sarah Barth hace 2 años
padre
commit
f0e31628ad
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      compiler/pgenutil.pas

+ 1 - 0
compiler/pgenutil.pas

@@ -1708,6 +1708,7 @@ uses
         result:=nil;
 
         pd:=nil;
+        hmodule:=nil;
 
         if not check_generic_constraints(genericdef,context.paramlist,context.poslist) then
           begin