* Bug: Alpine would use freed memory while trying to compute the color
commit72f1f0e3de5c91874572cf530bf5f2d35ba2ba5f
authorEduardo Chappa <chappa@washington.edu>
Thu, 28 Jul 2016 22:34:13 +0000 (28 16:34 -0600)
committerEduardo Chappa <chappa@washington.edu>
Thu, 28 Jul 2016 22:34:13 +0000 (28 16:34 -0600)
tree0e9b3fe49103dc635a60e37fef52464af3a7d942
parentbacff96fec05079560b7d7a9fc48b6811b639499
   * Bug: Alpine would use freed memory while trying to compute the color
     of the titlebar. This happened when trying to continue a postponed
     message. Alpine would call the format_titlebar function, which would
     attempt to use the msgmap of the freed stream of the postponed
     messages folder. The solution was to not to call the format_titlebar
     function, because all that is needed is the color of the titlebar,
     and that can be obtained in a different way.
alpine/titlebar.c
pith/pine.hlp