Skip to content

Commit

Permalink
Fix clear memory.
Browse files Browse the repository at this point in the history
  • Loading branch information
megalanthus committed Aug 24, 2024
1 parent b1266fd commit 14cd1bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

# [v1.2.1](https://github.com/megalanthus/defold-gamepush/releases/tag/v1.2.1) (2024-08-25)

**Fixed**

- Fix clear memory

# [v1.2.0](https://github.com/megalanthus/defold-gamepush/releases/tag/v1.2.0) (2024-06-07)

**Fixed**
Expand Down
1 change: 0 additions & 1 deletion gamepush/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ static int CallApi(lua_State* L)
} else {
lua_pushstring(L, result);
}
free((void*)result);
return 1;
}

Expand Down

0 comments on commit 14cd1bc

Please sign in to comment.