Skip to content

Commit 3c46a56

Browse files
committed
remove free(message) since message is not dynamically allocated anymore
1 parent 039a937 commit 3c46a56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/public/Concurrency/TaskLocal.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,6 @@ static void swift_task_reportIllegalTaskLocalBindingWithinWithTaskGroupImpl(
317317
__android_log_print(ANDROID_LOG_FATAL, "SwiftRuntime", "%s", message);
318318
#endif
319319

320-
free(message);
321320
abort();
322321
}
323322

0 commit comments

Comments
 (0)