Skip to content

Fix crash in vtkOggTheoraWriter

Andreas Buykx requested to merge bxa/vtk:oggtheora-crash into master

Before the writer has successfully started the Internals are not constructed. Calling End in such a situation would cause a segmentation violation because it was assumed that Internals would be valid. This has been fixed.

Backport: release

Edited by Andreas Buykx

Merge request reports