Commit 23ac2dd2 authored by Daniel Black's avatar Daniel Black Committed by Sergey Vojtovich

sql_class: incorrect assignment in Security_context::destroy

Found by Coverity (id 971843).
Signed-off-by: default avatarDaniel Black <daniel.black@au.ibm.com>
parent 89b81a9a
...@@ -3670,7 +3670,7 @@ void Security_context::destroy() ...@@ -3670,7 +3670,7 @@ void Security_context::destroy()
if (external_user) if (external_user)
{ {
my_free(external_user); my_free(external_user);
user= NULL; external_user= NULL;
} }
my_free(ip); my_free(ip);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment