o Allowed gargabe collector to free heap

git-svn-id: https://svn.apache.org/repos/asf/maven/components/branches/MNG-2766@775304 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-05-15 19:58:57 +00:00
parent 6f57526dfd
commit a9f90cc8f3
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ public class MavenEmbedderTest
throws Exception
{
mavenEmbedder.stop();
mavenEmbedder = null;
}
protected void assertNoExceptions( MavenExecutionResult result )