diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2018-10-20 11:26:52 +0200 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2018-10-20 12:48:49 +0200 |
commit | 77e4f5e2b31292ca635aa807f701ba39ac521531 (patch) | |
tree | 2e3c8420f24e96ca4b3b56e96a38e321ee12cd7a /canvas | |
parent | 22f08ed485dfd34e52b7976840404def5f0292d4 (diff) |
tdf#120703 (PVS)
V1023 A pointer without owner is added to the 'm_aSubElements' container by the
'emplace_back' method. A memory leak will occur in case of an exception.
V560 A part of conditional expression is always true: !pNum.
V701 realloc() possible leak: when realloc() fails in allocating memory, original
pointer '* pOutBuf' is lost. Consider assigning realloc() to a temporary
pointer.
V586 The 'delete' operator is called twice for deallocation of the same memory
space.
V581 The conditional expressions of the 'if' statements situated alongside each
other are identical. Check lines: 867, 869.
Change-Id: I2832bf7228914b48cf2c5178ed9c0719b53c883c
Reviewed-on: https://gerrit.libreoffice.org/62040
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'canvas')
0 files changed, 0 insertions, 0 deletions