Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
wsrep_sst_auth: fix a memory leak
wsrep_sst_auth_init() is always invoked with value==wsrep_sst_auth. Old code was leaking value, because it was never freed.
- Loading branch information