xml.cpp
changeset 104 270593ab83b2
parent 103 c810a11d11d9
child 106 4083860dd82e
     1.1 --- a/xml.cpp	Mon May 23 15:28:20 2005 +0000
     1.2 +++ b/xml.cpp	Mon May 30 05:39:10 2005 +0000
     1.3 @@ -554,7 +554,7 @@
     1.4  			success=true; // Not all branches there yet, no error
     1.5  		}           
     1.6  	}	
     1.7 -	delete (xlo);
     1.8 +	if (!success) delete (xlo);
     1.9  	return success;
    1.10  }
    1.11