fixed bugs in metadata saving
(cherry picked from commit 880b1d3d865a7820051cf3023cc58802daca28b0)
This commit is contained in:
committed by
Lawrence Lee
parent
1a771fa211
commit
a4b0801646
@@ -33,6 +33,7 @@
|
||||
#include "profilestore.h"
|
||||
#include "../rtgui/threadutils.h"
|
||||
#include "rtlensfun.h"
|
||||
#include "metadata.h"
|
||||
#include "procparams.h"
|
||||
|
||||
namespace rtengine
|
||||
@@ -103,6 +104,8 @@ int init (const Settings* s, const Glib::ustring& baseDir, const Glib::ustring&
|
||||
}
|
||||
|
||||
Color::init ();
|
||||
Exiv2Metadata::init();
|
||||
|
||||
delete lcmsMutex;
|
||||
lcmsMutex = new MyMutex;
|
||||
fftwMutex = new MyMutex;
|
||||
@@ -111,6 +114,7 @@ int init (const Settings* s, const Glib::ustring& baseDir, const Glib::ustring&
|
||||
|
||||
void cleanup ()
|
||||
{
|
||||
Exiv2Metadata::cleanup();
|
||||
ProcParams::cleanup ();
|
||||
Color::cleanup ();
|
||||
RawImageSource::cleanup ();
|
||||
|
Reference in New Issue
Block a user