Prechádzať zdrojové kódy

Add missing free function in testMethodListForClass: method in unit test

Tigran Yesayan 9 rokov pred
rodič
commit
a1c464d1a7

+ 2 - 0
FLEXTestsMethodsList/FLEXTestsMethodsList.m

@@ -85,6 +85,8 @@
         
         XCTAssert([newWay isEqual:prevWay]);
     }
+    
+    free(methods);
 }
 
 - (void)testPerformanceExample {