mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixed memory leak in handle_local_infile()
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
This commit is contained in:
@ -93,6 +93,7 @@ joerg@mysql.com
|
|||||||
joreland@mysql.com
|
joreland@mysql.com
|
||||||
jorge@linux.jorge.mysql.com
|
jorge@linux.jorge.mysql.com
|
||||||
jplindst@t41.(none)
|
jplindst@t41.(none)
|
||||||
|
kaa@polly.local
|
||||||
kaj@work.mysql.com
|
kaj@work.mysql.com
|
||||||
kent@mysql.com
|
kent@mysql.com
|
||||||
konstantin@mysql.com
|
konstantin@mysql.com
|
||||||
|
@ -852,6 +852,7 @@ my_bool handle_local_infile(MYSQL *mysql, const char *net_filename)
|
|||||||
err:
|
err:
|
||||||
/* free up memory allocated with _init, usually */
|
/* free up memory allocated with _init, usually */
|
||||||
(*options->local_infile_end)(li_ptr);
|
(*options->local_infile_end)(li_ptr);
|
||||||
|
my_free(buf, MYF(0));
|
||||||
DBUG_RETURN(result);
|
DBUG_RETURN(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user