Fixed memory leak.
This commit is contained in:
parent
668087ea36
commit
69421bbd6f
@ -52,7 +52,7 @@ maildirFormat::context::context(ref <maildirStore> store)
|
||||
|
||||
ref <maildirStore> maildirFormat::context::getStore() const
|
||||
{
|
||||
return m_store;
|
||||
return m_store.acquire().constCast <maildirStore>();
|
||||
}
|
||||
|
||||
|
||||
|
@ -55,7 +55,7 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
ref <maildirStore> m_store;
|
||||
weak_ref <maildirStore> m_store;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user