not supposed to free that
This commit is contained in:
parent
00c45406de
commit
b798e4727f
1 changed files with 0 additions and 1 deletions
1
main.c
1
main.c
|
@ -212,7 +212,6 @@ bool SelectCamera(struct AppState* st) {
|
|||
snprintf(snprintfbuf, sizeof(snprintfbuf), "%d. %s", st->cam_idx, posstr);
|
||||
SDL_RenderDebugText(renderer, 8, 16, snprintfbuf);
|
||||
SDL_RenderDebugText(renderer, 4, 28, name);
|
||||
SDL_free((void*)name);
|
||||
|
||||
SDL_RenderDebugText(renderer, 4, 52, "mode: (left/right)");
|
||||
snprintf(
|
||||
|
|
Loading…
Add table
Reference in a new issue