diff --git a/[refs] b/[refs] index 725c2af35f78..2046564a8902 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 084ab9f862416b2ddb4bb9804884de19bf09774d +refs/heads/master: 478b0973bf8c90db3677fbb8d812e2bdefc43d9b diff --git a/trunk/tools/perf/util/parse-options.c b/trunk/tools/perf/util/parse-options.c index efebd5b476b3..79dfa0c34b3c 100644 --- a/trunk/tools/perf/util/parse-options.c +++ b/trunk/tools/perf/util/parse-options.c @@ -500,6 +500,7 @@ int usage_with_options_internal(const char * const *usagestr, void usage_with_options(const char * const *usagestr, const struct option *opts) { + exit_browser(false); usage_with_options_internal(usagestr, opts, 0); exit(129); }