mirror of https://github.com/apache/maven.git
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:
parent
6f57526dfd
commit
a9f90cc8f3
|
@ -85,6 +85,7 @@ public class MavenEmbedderTest
|
|||
throws Exception
|
||||
{
|
||||
mavenEmbedder.stop();
|
||||
mavenEmbedder = null;
|
||||
}
|
||||
|
||||
protected void assertNoExceptions( MavenExecutionResult result )
|
||||
|
|
Loading…
Reference in New Issue