Skip to content

Commit eea46d6

Browse files
committed
prevent memory leaks
1 parent 688a876 commit eea46d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/fr/adrienbrault/idea/symfony2plugin/tests/SymfonyTempCodeInsightFixtureTestCase.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ public void setUp() throws Exception {
4141
}
4242

4343
protected void tearDown() throws Exception {
44+
this.project = null;
45+
4446
try {
4547
this.myFixture.tearDown();
4648
} finally {

0 commit comments

Comments
 (0)