Browse Source

* reset wpofeedbackinput and wpofeedbackoutput in wpodone

git-svn-id: branches/wpo@11900 -
Jonas Maebe 17 years ago
parent
commit
39cda14453
1 changed files with 2 additions and 0 deletions
  1. 2 0
      compiler/wpo.pas

+ 2 - 0
compiler/wpo.pas

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