Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash caused by undefined value of local variable
Commit b1f03cb added a call of function FreeFeatureSet to fix a memory leak, but introduced a new bug because the local variable FloatFeatures was not always assigned a value. Now FloatFeatures is always assigned a value, and we only need a single place where FreeFeatureSet is called. Signed-off-by: Stefan Weil <sw@weilnetz.de>
- Loading branch information