mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-13 10:19:07 +02:00
The Postgres and MySQL test constructors opened the store and then returned an error from SaveInstallationID or SaveAccount without closing it, leaking the connection and the pgx pool. Both now share one seeding helper and release the store on that path.