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); }