diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-07-06 17:52:33 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-07-06 17:52:33 +0200 |
commit | 1803924a9474af03bf24bc00303c6373fdd05487 (patch) | |
tree | 25c77a9c4c8831d93ffe687d49a3aefaa5a184ca /common/resourceaccess.h | |
parent | 141f945b8d6828372e8919e954fa2d8991aa1a6f (diff) | |
download | sink-1803924a9474af03bf24bc00303c6373fdd05487.tar.gz sink-1803924a9474af03bf24bc00303c6373fdd05487.zip |
Fixed a bunch of memory leaks.
Found with valgrind
Diffstat (limited to 'common/resourceaccess.h')
-rw-r--r-- | common/resourceaccess.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/resourceaccess.h b/common/resourceaccess.h index 5c65998..47b848e 100644 --- a/common/resourceaccess.h +++ b/common/resourceaccess.h | |||
@@ -145,7 +145,7 @@ private: | |||
145 | * | 145 | * |
146 | * This avoids constantly recreating connections, and should allow a single process to have one connection per resource. | 146 | * This avoids constantly recreating connections, and should allow a single process to have one connection per resource. |
147 | */ | 147 | */ |
148 | class ResourceAccessFactory | 148 | class SINK_EXPORT ResourceAccessFactory |
149 | { | 149 | { |
150 | public: | 150 | public: |
151 | static ResourceAccessFactory &instance(); | 151 | static ResourceAccessFactory &instance(); |