From fa0febc520ab0cc02c90622b9e45e9addd28efcd Mon Sep 17 00:00:00 2001 From: Ciro Spaciari Date: Tue, 9 Sep 2025 17:02:30 -0700 Subject: [PATCH] opsie --- src/sql/mysql/MySQLConnection.zig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sql/mysql/MySQLConnection.zig b/src/sql/mysql/MySQLConnection.zig index 61bb5e78bb..cf28e9f54d 100644 --- a/src/sql/mysql/MySQLConnection.zig +++ b/src/sql/mysql/MySQLConnection.zig @@ -423,7 +423,6 @@ pub fn fail(this: *MySQLConnection, message: []const u8, err: AnyMySQLError.Erro pub fn onEnd(this: *MySQLConnection) void { // no more socket - defer this.deref(); this.fail("Connection closed", error.ConnectionClosed); }