ObjFW  Diff

Differences From Artifact [1050c14b20]:

To Artifact [d29d7aa45b]:


74
75
76
77
78
79
80


81
82
83
84
85
86
87
			@throw e;
		} @finally {
			[certificate release];
		}
	}

	gnutls_free(certs);



	objc_autoreleasePoolPop(pool);

	return chain;
}

- (instancetype)of_initWithGnuTLSCertificate: (gnutls_x509_crt_t)certificate







>
>







74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
			@throw e;
		} @finally {
			[certificate release];
		}
	}

	gnutls_free(certs);

	[chain makeImmutable];

	objc_autoreleasePoolPop(pool);

	return chain;
}

- (instancetype)of_initWithGnuTLSCertificate: (gnutls_x509_crt_t)certificate