GNOME Bugzilla – Bug 754685
Crashes when saving any OPUS file
Last modified: 2015-10-28 11:01:31 UTC
Created attachment 310828 [details] [review] patch As reported in Debian: https://bugs.debian.org/798234 The submitter of the above bug has provided a stack trace. 2.4.0 crashes when saving any OPUS file. It appears that the success case in the swicth which checks the return value of opus_tags_parse in src/tags/vcedit.c is missing. I've attached a small patch which adds the case and things seem to work again.
Review of attachment 310828 [details] [review]: Thanks for the bug report. Pushed to master (and slightly modified) as commit a31b38c1c0fa9603ecf67b47ea622c59cf9eb2f5.
*** Bug 757241 has been marked as a duplicate of this bug. ***