mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-08-29 15:22:06 +02:00
Add an Xcode project and fix some Clang-reported issues.
This commit is contained in:
@@ -180,6 +180,7 @@ pdfioFileCreateObject(
|
||||
if (!temp)
|
||||
{
|
||||
_pdfioFileError(pdf, "Unable to allocate memory for object - %s", strerror(errno));
|
||||
free(obj);
|
||||
return (NULL);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user