• Mike Kaganski's avatar
    tdf#120703 (PVS) · 77e4f5e2
    Mike Kaganski yazdı
    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: 's avatarMike Kaganski <mike.kaganski@collabora.com>
    77e4f5e2
Adı
Son kayıt (commit)
Son güncelleme
..
inc Loading commit data...
source Loading commit data...
CppunitTest_sdext_pdfimport.mk Loading commit data...
CustomTarget_pdfimport.mk Loading commit data...
Executable_pdf2xml.mk Loading commit data...
Executable_pdfunzip.mk Loading commit data...
Executable_xpdfimport.mk Loading commit data...
Library_PresentationMinimizer.mk Loading commit data...
Library_PresenterScreen.mk Loading commit data...
Library_pdfimport.mk Loading commit data...
Makefile Loading commit data...
Module_sdext.mk Loading commit data...
Package_pdfimport_xpdfimport.mk Loading commit data...
README Loading commit data...