diff --git a/README.md b/README.md index da3290bd..51f1a5eb 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ Alternately you can use the AprilTag python bindings created by [duckietown](htt // Do stuff with detections here. } // Cleanup. + apriltag_detections_destroy(detections); tagStandard41h12_destroy(tf); apriltag_detector_destroy(td);