jellespijker / VisionSoilAnalyzer

Soil analyzer using an USB microscope - for Linux PC and Beaglebone Black
4 stars 1 forks source link

VSAGUI::PrepImg sigsev fault #50

Closed jellespijker closed 9 years ago

jellespijker commented 9 years ago

When the PrepImg function is called a sigsev fault occurs

jellespijker commented 9 years ago

conditional fault when writing the settings to the function

changed into: if (settings == nullptr && Settings == nullptr) { Settings = new SoilSettings; } else { Settings = settings; }