From 93a62082917a61c5fbe14852f25166c411279ce2 Mon Sep 17 00:00:00 2001 From: "Rouse, Michael W. (S&t-Student)" Date: Mon, 20 Aug 2018 10:37:41 -0500 Subject: [PATCH] Added information about the FreeReport function to the Report section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7cbeebb..46c7dbf 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,8 @@ will generate a report between the `start` and `end` dates. The result will be placed in the `TIMESLIME_REPORT_t` pointer, and this needs to be passed a pointer to that pointer. +When you are done, use `TimeSlime_FreeReport(TIMESLIME_REPORT_t**)` to clear allocated memory. + [See more about `TIMESLIME_DATE_t` and `TIMESLIME_REPORT_t`](#library-datatypes).   -- GitLab