From 76e99f2c020fdee682b9498c103fafe29bdb4f99 Mon Sep 17 00:00:00 2001 From: Rob Riggs Date: Sat, 17 Jul 2021 15:46:07 -0500 Subject: [PATCH] Update comment. --- TNC/IOEventTask.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TNC/IOEventTask.cpp b/TNC/IOEventTask.cpp index e9cf313..1828115 100644 --- a/TNC/IOEventTask.cpp +++ b/TNC/IOEventTask.cpp @@ -103,7 +103,7 @@ void startIOEventTask(void const*) { ERROR("Timed out sending frame"); // The frame has been passed to the write() call. It owns it now. - // hdlc::release(frame); + // Do not release here. } } else