aboutsummaryrefslogtreecommitdiff
path: root/lib/jobs/mediathumbnailjob.h
AgeCommit message (Expand)Author
2021-01-16Updated copyright statements upon Git auditKitsune Ral
2020-12-26Port existing copyright statement to reuse using licensediggerCarl Schwan
2020-06-07BaseJob: jsonData() and prepareResult/Error()Kitsune Ral
2019-08-09Namespace: QMatrixClient -> Quotient (with back comp alias)Kitsune Ral
2019-08-02Apply the new brace wrapping to source filesKitsune Ral
2019-06-24Merge branch 'master' into clang-formatKitsune Ral
2019-03-02style: apply .clang-format to all .cpp and .h filesMarc Deop
2018-05-04New home for the generated code - lib/csapiKitsune Ral
2018-03-31Move source files to a separate folderKitsune Ral
94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152
{
   libc_dirty_free_on_exit
   Memcheck:Free
   fun:free
   fun:__libc_freeres
   fun:_vgnU_freeres
   fun:__run_exit_handlers
   fun:exit
}

{
   sendPostedEvents1
   Memcheck:Leak
   match-leak-kinds: possible
   fun:_Znwm
   fun:_ZN15QtSharedPointer20ExternalRefCountData9getAndRefEPK7QObject
   obj:/opt/qt56/lib/libQt5Network.so.*
}

{
   sendPostedEvents3
   Memcheck:Leak
   ...
   obj:/opt/qt56/lib/libQt5Network.so.*
   fun:_ZN7QObject5eventEP6QEvent
   fun:_ZN16QCoreApplication6notifyEP7QObjectP6QEvent
   fun:_ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent
   fun:_ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData
   obj:/opt/qt56/lib/libQt5Core.so.*
}

{
   QAuthenticator
   Memcheck:Leak
   match-leak-kinds: possible
   ...
   fun:_ZN14QAuthenticator6detachEv
}

{
   QObject_connect
   Memcheck:Leak
   match-leak-kinds: possible
   ...
   obj:/opt/qt56/lib/libQt5Core.so.*
   fun:_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE
}

{
   QNetworkProxy
   Memcheck:Leak
   match-leak-kinds: possible
   fun:_Znwm
   fun:_ZN13QNetworkProxyC1ENS_9ProxyTypeERK7QStringtS3_S3_
   obj:/opt/qt56/lib/libQt5Network.so.*
}

{
   QTimer
   Memcheck:Leak
   match-leak-kinds: possible
   fun:_Znwm
   fun:_ZN7QObjectC1EPS_
   fun:_ZN6QTimerC1EP7QObject
}

{
   QSslConfiguration
   Memcheck:Leak
   match-leak-kinds: possible
   fun:_Znwm
   ...
   fun:_ZN17QSslConfigurationC1Ev
}

{
   sendPostedEvents6
   Memcheck:Leak
   match-leak-kinds: possible
   fun:_Znwm
   ...
   obj:/opt/qt56/lib/libQt5Network.so.*
   fun:_ZN7QObject5eventEP6QEvent
   fun:_ZN16QCoreApplication6notifyEP7QObjectP6QEvent
   fun:_ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent
   fun:_ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData
}

{
    QMetaObject_activate_in_QtNetwork
    Memcheck:Leak
    match-leak-kinds: possible
    fun:_Znwm
    ...
    obj:/opt/qt56/lib/libQt5Network.so.*
    fun:_ZN11QMetaObject8activateEP7QObjectiiPPv
}

{
   QMapDatabase_from_QtNetwork
   Memcheck:Leak
   match-leak-kinds: possible
   fun:_Znwm
   fun:_ZN12QMapDataBase10createDataEv
   obj:/opt/qt56/lib/libQt5Network.so.*
}

{
   QThread
   Memcheck:Leak
   match-leak-kinds: possible
   ...
   fun:_ZN7QThread5startENS_8PriorityE
}

{
   libcrypto_ASN1
   Memcheck:Leak
   match-leak-kinds: definite
   fun:malloc
   ...
   fun:ASN1_item_ex_d2i
}

{
   QObject_from_QtNetwork
   Memcheck:Leak
   match-leak-kinds: possible
   fun:_Znwm
   fun:_ZN7QObjectC1EPS_
   obj:/opt/qt56/lib/libQt5Network.so.*
}

{
   array_new_from_QtNetwork
   Memcheck:Leak
   match-leak-kinds: possible
   fun:_Znam
   obj:/opt/qt56/lib/libQt5Network.so.*
}

{
   malloc_from_libcrypto
   Memcheck:Leak
   match-leak-kinds: possible
   fun:malloc
   fun:CRYPTO_malloc
   ...
   obj:/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
   ...
   obj:/opt/qt56/lib/libQt5Network.so.*
}