Bug fixes

This commit is contained in:
2025-07-21 23:19:11 +02:00
parent 43627f81ab
commit a67d4dea9f
9 changed files with 23 additions and 35 deletions
-2
View File
@@ -371,7 +371,6 @@ byte_queue_write_fmt2(HTTP_ByteQueue *queue, const char *fmt, va_list args)
if (len < 0) {
queue->flags |= BYTE_QUEUE_ERROR;
va_end(args2);
va_end(args);
return;
}
@@ -385,7 +384,6 @@ byte_queue_write_fmt2(HTTP_ByteQueue *queue, const char *fmt, va_list args)
byte_queue_write_ack(queue, len);
va_end(args2);
va_end(args);
}
static void