mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-28 12:15:37 +08:00
Fixed nil object insertion crash due to incorrectly encoded HTTP response body data
This commit is contained in:
@@ -191,6 +191,7 @@ static NSArray *RCTBridgeModuleClassesByModuleID(void)
|
||||
superclass = class_getSuperclass(superclass);
|
||||
}
|
||||
}
|
||||
free(classes);
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user