From ab8ef02376845e14753fcc31afdffc2e8a77394a Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 5 Oct 2015 11:20:00 +0200 Subject: kleinen Bug entfernt --- Plasmapropagation.lpr | 1 + 1 file changed, 1 insertion(+) diff --git a/Plasmapropagation.lpr b/Plasmapropagation.lpr index e1346c5..d822858 100644 --- a/Plasmapropagation.lpr +++ b/Plasmapropagation.lpr @@ -35,6 +35,7 @@ begin if paramcount<>1 then begin prot.schreibe('Bitte genau einen Parameter übergeben, nämlich die Parameterdatei!',true); + prot.destroyAll; halt(1); end; -- cgit v1.2.3-54-g00ecf