Skip to content

Commit

Permalink
Merge pull request #866 from sovrasov:mil_tracker_mem_leak
Browse files Browse the repository at this point in the history
  • Loading branch information
mshabunin committed Nov 25, 2016
2 parents a226e83 + c67c561 commit 5deedac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tracking/src/trackerModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ namespace cv
TrackerModel::TrackerModel()
{
stateEstimator = Ptr<TrackerStateEstimator>();
maxCMLength = 1;
maxCMLength = 10;
}

TrackerModel::~TrackerModel()
Expand Down

0 comments on commit 5deedac

Please sign in to comment.