5a1b498b646b5c5dbd1b3f3861df766f560578c5 |
|
21-Apr-2016 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
lib: When istream is destroyed, it now always unrefs the parent istream if it exists.
This way the implementations don't have to do it themselves in their
destroy() function. This change doesn't necessarily require changing the
existing code, because if the istream implementation already unrefs the
parent it gets set to NULL so the auto-unref won't be done. |