After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 100870 - acache checkin/checkout unbalanced in task-decode
acache checkin/checkout unbalanced in task-decode
Status: RESOLVED FIXED
Product: Pan
Classification: Other
Component: general
pre-0.13.3 betas
Other All
: Normal normal
: 0.13.3
Assigned To: Charles Kerr
Pan QA Team
Depends on:
Blocks:
 
 
Reported: 2002-12-10 18:55 UTC by Charles Kerr
Modified: 2006-06-18 05:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Charles Kerr 2002-12-10 18:55:14 UTC
It looks like task-save.c checks out the article bodies from
acache, but they are checked back in in base/decode.c when
the decode is done.

This is premature in cases when both the attachments and the
body are being saved -- the body could be expired from the
cache before the body is saved -- and could cause the files to
never be checked back in if only the article body was being saved.

I don't have time to confirm this now, so I'm filing this as
a note to remember to look into this...