Skip to content

Commit

Permalink
cleanup: remove memoryFree call in Output functin
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Jul 19, 2024
1 parent 7180e57 commit 5f2c229
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extism_pdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ func Output(data []byte) {

store(offset, data)
extismOutputSet(offset, clength)
extismFree(offset)
}

// OutputString sends the UTF-8 string `s` to the host output.
Expand Down

0 comments on commit 5f2c229

Please sign in to comment.