Skip to content

Commit

Permalink
remove use of release
Browse files Browse the repository at this point in the history
  • Loading branch information
jperedadnr committed Apr 2, 2024
1 parent 2127c8b commit 896a8f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gradle/include/AttachMacros.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ static __inline__ void AttachLog(const char *file, int lineNumber, const char *f
[dateFormatter setTimeZone:[NSTimeZone systemTimeZone]];
}
fprintf(stderr, "[AttachLog] %s %s:%3d %s\n", [[dateFormatter stringFromDate:[NSDate date]] UTF8String], funcName, lineNumber, [formattedMessage UTF8String]);
[formattedMessage release];
}

#define AttachLog(MSG, ...) AttachLog(__FILE__, __LINE__, __PRETTY_FUNCTION__, MSG, ## __VA_ARGS__ )
Expand Down

0 comments on commit 896a8f7

Please sign in to comment.