mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-06 00:00:03 +08:00
Remove a condition from the deallocation
This commit is contained in:
@@ -71,10 +71,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
- (void)dealloc {
|
- (void)dealloc {
|
||||||
if (self.crt) {
|
mbedtls_x509_crt_free(self.crt);
|
||||||
mbedtls_x509_crt_free(self.crt);
|
free(self.crt);
|
||||||
free(self.crt);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|||||||
Reference in New Issue
Block a user