Ver Fonte

* reset wpofeedbackinput and wpofeedbackoutput in wpodone

git-svn-id: branches/wpo@11900 -
Jonas Maebe há 17 anos atrás
pai
commit
39cda14453
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      compiler/wpo.pas

+ 2 - 0
compiler/wpo.pas

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