Skip to content

mmsd: a few fixes

Chris Talbot requested to merge kop316/chatty:wip/fix_meme_type into master

These are a few fixes for mmsd:

  • A memory leak I saw
  • It turns our I did not fix the MIME type issue, this is a proper fix.
  • Use g_str_has_prefix instead of g_str_match_string, since it is faster and works fine.

Merge request reports