Skip to content
  • Kevin J. McCarthy's avatar
    Fix BODY->d_filename memory leaks. · 717cbe33
    Kevin J. McCarthy authored
    mutt_message_to_7bit() and transform_to_7bit() were overwriting
    d_filename without freeing the previous value.
    
    mutt_free_body() was not freeing the d_filename pointer.
    717cbe33