diff options
author | He Zhenxing <zhenxing.he@sun.com> | 2009-10-02 16:18:40 +0800 |
---|---|---|
committer | He Zhenxing <zhenxing.he@sun.com> | 2009-10-02 16:18:40 +0800 |
commit | bb6953d1d80e5fef2e333e0a4147aa5a43e809ab (patch) | |
tree | 237d3b2bcf002c27bf44f70a7bb90f0236fae8f7 /mysys/my_getopt.c | |
parent | f509a3589653575f1e9dc9f05de11a86be710a68 (diff) | |
download | mariadb-git-bb6953d1d80e5fef2e333e0a4147aa5a43e809ab.tar.gz |
Backport BUG#38468 Memory leak detected when using mysqlbinlog utility
There were two memory leaks in mysqlbinlog command, one was already
fixed by previous patches, another one was that defaults_argv was
set to the value of argv after parse_args, in which called
handle_options after calling load_defaults and changed the value
of argv, and caused the memory allocated for defaults arguments
not freed.
Fixed the problem by setting defaults_argv right after calling
load_defaults.
Diffstat (limited to 'mysys/my_getopt.c')
0 files changed, 0 insertions, 0 deletions