mirror of
https://github.com/espressif/openthread.git
synced 2026-07-08 21:30:24 +00:00
Remove globals from message.cpp.
This commit is contained in:
+1
-1
@@ -1060,7 +1060,7 @@ exit:
|
||||
|
||||
if (error != kThreadError_None && message != NULL)
|
||||
{
|
||||
Message::Free(*message);
|
||||
message->Free();
|
||||
}
|
||||
|
||||
if (sCount)
|
||||
|
||||
Reference in New Issue
Block a user