victorprad / InfiniTAM

A Framework for the Volumetric Integration of Depth Images
http://www.infinitam.org
Other
922 stars 351 forks source link

Properly initialise streams member variable. #3

Closed sgolodetz closed 9 years ago

sgolodetz commented 9 years ago

Make sure that the streams member variable in OpenNI::PrivateData is properly initialised to NULL - this makes it safe to delete[] when opening the OpenNI device fails.