Explorar o código

Release the lock in Component.AddContent() also in rare cases (before RETURN)

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@6560 8c9fc860-2736-0410-a75d-ab315db34111
eth.hunzikerp %!s(int64=9) %!d(string=hai) anos
pai
achega
d703bf9dc6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      source/WMComponents.Mod

+ 1 - 1
source/WMComponents.Mod

@@ -418,7 +418,7 @@ TYPE
 						END;
 					END;
 				ELSIF ~(c IS XML.Comment) THEN
-					RETURN
+					Release; RETURN
 				END;
 			END;