Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8832a87a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "media: dvb: Use SDMX load flag for demux plugin unloading"

parents 0bb2da12 cfb4fbfa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -807,7 +807,7 @@ void mpq_dmx_plugin_exit(void)
						&mpq_demux->demux.dmx,
						&mpq_demux->fe_memory);

			if (mpq_sdmx_is_loaded())
			if (mpq_dmx_info.secure_demux_app_loaded)
				mpq_sdmx_close_session(mpq_demux);
			mutex_destroy(&mpq_demux->mutex);
			dvb_dmxdev_release(&mpq_demux->dmxdev);