Skip to content

Commit

Permalink
enable cleanupMem ref #34
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvaro Denis committed May 23, 2019
1 parent 0b3e3f2 commit f93a34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cgo/tests/testutils/libsky_testutil.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ json_value* loadJsonFile(const char* filename){
void setup(void) { srand(time(NULL)); }

void teardown(void) {
// cleanupMem();
cleanupMem();
}

// TODO: Move to libsky_io.c
Expand Down

0 comments on commit f93a34c

Please sign in to comment.