Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
王洋洋 committed Jun 1, 2023
1 parent 37bbb0c commit 240ba71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
4 changes: 3 additions & 1 deletion sensors_analytics.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#include "sensors_analytics.h"

#define SA_LIB_VERSION "0.2.0"
#define SA_LIB_VERSION "0.2.1"
#define SA_LIB "C"
#define SA_LIB_METHOD "code"

Expand Down Expand Up @@ -1046,6 +1046,8 @@ void sa_free(SensorsAnalytics* sa) {
#endif

sa->consumer->op.close(sa->consumer->this_);
free(sa->consumer->this_);
free(sa->consumer);

free(sa);
}
Expand Down

0 comments on commit 240ba71

Please sign in to comment.