]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-storage: Small code cleanup for index_mail_get_binary_stream()
authorTimo Sirainen <tss@iki.fi>
Thu, 23 Apr 2015 10:27:17 +0000 (13:27 +0300)
committerTimo Sirainen <tss@iki.fi>
Thu, 23 Apr 2015 10:27:17 +0000 (13:27 +0300)
commit471eed36d9aee2f7d99072a4fc5e164a6741194b
treedecdf50dd2f27c6bfb2ff755a1c18a8308897c99
parent75157863d633300d814fe630590ccb5310b9fdc2
lib-storage: Small code cleanup for index_mail_get_binary_stream()
stream_r is always non-NULL here. Also move unreferencing cache istream to
be last in case it might fix data.stream=NULL being here in some situations.
src/lib-storage/index/index-mail-binary.c