Fixed last minute change that I apparently didn't compile. Sorry.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32125 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2009-08-05 10:22:52 +00:00
parent 6780c24d36
commit eb4b63e744

View File

@ -76,7 +76,7 @@ BMediaTrack::~BMediaTrack()
CALLED();
_plugin_manager.DestroyDecoder(fRawDecoder);
_plugin_manager.DestroyDecoder(fDecoder);
_plugin_manager.DestroyDecoder(fEncoder);
_plugin_manager.DestroyEncoder(fEncoder);
}
/*************************************************************