Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
black-ghost-off committed Mar 23, 2024
1 parent 382bbb7 commit b664a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/keira/src/apps/lua/lualilka_sdcard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ int lualilka_sdcard_read(lua_State* L) {

lua_pushlstring(L, buf, bytesRead);

delete(buf);
delete[] (buf);
return 1;
}

Expand Down

0 comments on commit b664a4a

Please sign in to comment.