You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shared_ptr seem to collide with dovecot's memory managment, in the way that it is not a given that the memory is always freed. So using them would most likely lead to memory leaks and kill of the benefits of using them.
use shared pointer instead of normal pointer in rbox_storage and dictionary
The text was updated successfully, but these errors were encountered: