mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Detect memory leaks
This commit is contained in:
@ -347,6 +347,11 @@ private:
|
||||
public:
|
||||
explicit PDFCMSManager(QObject* parent);
|
||||
|
||||
/// Finalizes cms manager. Call this function
|
||||
/// only at program exit. Frees all allocated
|
||||
/// resources. Function is not thread-safe.
|
||||
static void finalize();
|
||||
|
||||
/// Returns current CMS. This function possibly creates CMS,
|
||||
/// of no CMS is found.
|
||||
PDFCMSPointer getCurrentCMS() const;
|
||||
|
Reference in New Issue
Block a user