Explorar el Código

Add missing free function in testMethodListForClass: method in unit test

Tigran Yesayan hace 9 años
padre
commit
a1c464d1a7
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      FLEXTestsMethodsList/FLEXTestsMethodsList.m

+ 2 - 0
FLEXTestsMethodsList/FLEXTestsMethodsList.m

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