diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-02-20 20:00:51 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-02-21 07:35:10 +0100 |
commit | 6a77b9b6faf0c218b6668aa7d09133f054f25abc (patch) | |
tree | 9a8a4ccf6d9a7a2f908b70fd6f03740567b95193 /connectivity/source/commontools/RowFunctionParser.cxx | |
parent | ee8d9d41f00694c4d568bc6d82316dadc7c01165 (diff) |
loplugin:subtlezeroinit: connectivity
Change-Id: I4091b05ecc2f8c2daca94870f2fec9e5c928c07f
Diffstat (limited to 'connectivity/source/commontools/RowFunctionParser.cxx')
-rw-r--r-- | connectivity/source/commontools/RowFunctionParser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/commontools/RowFunctionParser.cxx b/connectivity/source/commontools/RowFunctionParser.cxx index 30ccbd971eed..a45f4d9a5b5e 100644 --- a/connectivity/source/commontools/RowFunctionParser.cxx +++ b/connectivity/source/commontools/RowFunctionParser.cxx @@ -388,7 +388,7 @@ private: const ParserContextSharedPtr& getParserContext() { - static ParserContextSharedPtr lcl_parserContext( new ParserContext() ); + static ParserContextSharedPtr lcl_parserContext( new ParserContext ); // clear node stack (since we reuse the static object, that's // the whole point here) |