Skip to content
Permalink
Browse files
sql_class: incorrect assignment in Security_context::destroy
Found by Coverity (id 971843).

Signed-off-by: Daniel Black <daniel.black@au.ibm.com>
  • Loading branch information
grooverdan authored and Sergey Vojtovich committed Jul 4, 2017
1 parent 89b81a9 commit 23ac2dd
Showing 1 changed file with 1 addition and 1 deletion.
@@ -3670,7 +3670,7 @@ void Security_context::destroy()
if (external_user)
{
my_free(external_user);
user= NULL;
external_user= NULL;
}

my_free(ip);

0 comments on commit 23ac2dd

Please sign in to comment.