Open morganpackard opened 9 years ago
Fixed by adding the following in a project-specific branch. TonicFrames :: TonicFrames( const TonicFrames& f ) : size_(0), bufferSize_(0), data_(0) Should be fixed in main branch. Not sure exactly under which conditions the crash happens.
TonicFrames :: TonicFrames( const TonicFrames& f ) : size_(0), bufferSize_(0), data_(0)
Fixed by adding the following in a project-specific branch.
TonicFrames :: TonicFrames( const TonicFrames& f ) : size_(0), bufferSize_(0), data_(0)
Should be fixed in main branch. Not sure exactly under which conditions the crash happens.