mirror of
https://github.com/wiiu-env/EnvironmentLoader.git
synced 2024-10-31 20:55:04 +01:00
Compare commits
2 Commits
7332dcaa1d
...
95014a2123
Author | SHA1 | Date | |
---|---|---|---|
|
95014a2123 | ||
|
bdf9e079c8 |
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
- name: zip artifact
|
||||
run: zip -r ${{ env.REPOSITORY_NAME }}_${{ env.DATETIME }}.zip wiiu
|
||||
- name: Create Release
|
||||
uses: "softprops/action-gh-release@v1"
|
||||
uses: "softprops/action-gh-release@v2"
|
||||
with:
|
||||
tag_name: ${{ env.REPOSITORY_NAME }}-${{ env.DATETIME }}
|
||||
draft: false
|
||||
|
@ -14,7 +14,6 @@ public:
|
||||
}
|
||||
~MemoryWrapper() {
|
||||
if (mPtr && mFreeFn) {
|
||||
DEBUG_FUNCTION_LINE_ERR("Free memory wrapper for %08X %d", mPtr, mSize);
|
||||
memset(mPtr, 0, mSize);
|
||||
mFreeFn(mPtr);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user