mirror of
https://github.com/MariaDB/server.git
synced 2026-04-28 19:25:32 +02:00
sql_class: incorrect assignment in Security_context::destroy
Found by Coverity (id 971843). Signed-off-by: Daniel Black <daniel.black@au.ibm.com>
This commit is contained in:
parent
89b81a9a24
commit
23ac2dd2a4
1 changed files with 1 additions and 1 deletions
|
|
@ -3670,7 +3670,7 @@ void Security_context::destroy()
|
|||
if (external_user)
|
||||
{
|
||||
my_free(external_user);
|
||||
user= NULL;
|
||||
external_user= NULL;
|
||||
}
|
||||
|
||||
my_free(ip);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue