qt6-bb10/src
Edward Welbourne bd2d932439 Tidy up in OCI driver code
Use nullptr instead of 0 for null pointers.
Compare OCIHandleAlloc() return values to OCI_SUCCESS rather than 0.
Initialize instance variables in the class where possible, rather than
in the constructor. Conform to coding style o long lines and braces.
Assert pointers are null before allocating and overwriting them, so we
might have a chance of catching leaks.

Change-Id: Ia885ec18f46de5219a51fb6f9f23f474b3046585
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Andy Shaw <andy.shaw@qt.io>
2021-06-22 20:09:36 +02:00
..
3rdparty md4c: Fix MSVC compiler level 3 warnings 2021-06-15 22:21:38 +00:00
android Remove unnecessary = signs from build.gradle 2021-06-02 11:20:08 +03:00
concurrent Remove the dead code for blocking methods from QtConcurrent 2021-06-14 11:52:36 +02:00
corelib QWindowsPipeReader::read(): do not switch the mutex twice 2021-06-22 09:00:07 +03:00
dbus qdbus: add support for "aay" (QByteArrayList) 2021-05-02 22:00:43 +02:00
entrypoint Adjust the EntryPoint target name according to the internal module naming policy 2021-06-15 12:51:49 +02:00
gui Enable glyph cache workaround for Apple M-family of GPUs 2021-06-18 19:02:16 +02:00
network QLocalSocket/Win: simplify flush() 2021-06-19 01:01:49 +03:00
opengl Fix inexplicably changed condition in GL backingstore composition 2021-06-09 18:19:16 +02:00
openglwidgets Document QOpenGLWidget limitations without an alpha channel 2021-01-15 15:21:28 +01:00
platformsupport Add the 'Private' suffix to the internal module names 2021-05-31 20:50:07 +02:00
plugins Tidy up in OCI driver code 2021-06-22 20:09:36 +02:00
printsupport Remove old configure-related files 2021-06-18 11:46:21 +02:00
sql Remove old configure-related files 2021-06-18 11:46:21 +02:00
testlib QtTest: de-pessimise TestMethods::MetaMethods handling 2021-06-22 15:26:31 +02:00
tools qtpaths: Prevent tool messages from appearing in qtbase.ts 2021-06-15 13:59:53 +02:00
widgets Doc: Move overrideCursor() from QApplication to QGuiApplication 2021-06-19 02:23:15 +08:00
xml Remove old configure-related files 2021-06-18 11:46:21 +02:00
CMakeLists.txt Make it possible to disable the PrintSupport module 2021-02-09 09:17:21 +01:00