update code style

This commit is contained in:
vcaesar 2019-03-19 11:15:33 -04:00
parent 022e79d6d3
commit 3d4f723800
2 changed files with 3 additions and 2 deletions
window

View File

@ -57,6 +57,7 @@ int showAlert(const char *title, const char *msg, const char *defaultButton,
cancelButtonTitle,
NULL,
&responseFlags);
if (alertHeader != NULL) CFRelease(alertHeader);
if (alertMessage != NULL) CFRelease(alertMessage);
if (defaultButtonTitle != NULL) CFRelease(defaultButtonTitle);