
mythtv at cvs
Nov 17, 2007, 9:54 AM
Post #1 of 1
(56 views)
Permalink
|
|
mythtv commit: r14886 by paulh
|
|
Author: paulh Date: 2007-11-17 17:54:02 +0000 (Sat, 17 Nov 2007) New Revision: 14886 Changeset: http://cvs.mythtv.org/trac/changeset/14886 Modified: trunk/mythplugins/mythmusic/mythmusic/importmusic.cpp Log: Don't delete the shared decoder we acquire to test play some tracks while importing them. This fixes a segfault spotted while doing some testing for #4132. If you exit out of the music import dialog after playing a track and then re-enter it and play another track you get a segfault. That's because we deleted the shared decoder given to us by Decoder::create() when we shouldn't. _______________________________________________ mythtv-commits mailing list mythtv-commits[at]mythtv.org http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits
|