Explorar el Código

* reset wpofeedbackinput and wpofeedbackoutput in wpodone

git-svn-id: branches/wpo@11900 -
Jonas Maebe hace 17 años
padre
commit
39cda14453
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      compiler/wpo.pas

+ 2 - 0
compiler/wpo.pas

@@ -65,6 +65,8 @@ implementation
     begin
       wpoinfomanager.free;
       wpoinfomanager:=nil;
+      wpofeedbackinput:='';
+      wpofeedbackoutput:='';
     end;