Adjust to ObjFW changes

FossilOrigin-Name: c359fca25a30e9b225dab9f070d6a2c61e07f8d3d9868e99ff39820f84b841b0
This commit is contained in:
Jonathan Schleifer 2022-03-25 11:37:51 +00:00
parent 3bb17150aa
commit 7340993923
2 changed files with 2 additions and 0 deletions

View file

@ -64,6 +64,7 @@
[siteHash updateWithBuffer: _site.UTF8String
length: _site.UTF8StringLength];
[siteHash calculate];
[_output release];
_output = nil;

View file

@ -51,6 +51,7 @@
[siteHash updateWithBuffer: _site.UTF8String
length: _site.UTF8StringLength];
[siteHash calculate];
[_output release];
_output = nil;