mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
Fix memory leak in the SQL query string (#17026)
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com>
This commit is contained in:
@@ -633,7 +633,6 @@ pub const PostgresSQLQuery = struct {
|
||||
.bigint = bigint,
|
||||
},
|
||||
};
|
||||
ptr.query.ref();
|
||||
|
||||
PostgresSQLQuery.bindingSetCached(this_value, globalThis, values);
|
||||
PostgresSQLQuery.pendingValueSetCached(this_value, globalThis, pending_value);
|
||||
|
||||
Reference in New Issue
Block a user