Skip to content

Commit

Permalink
gfx_belou_zhabo_ca: fix memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
fridtjof committed Jan 2, 2025
1 parent b69760d commit 5a6d54e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/gfx_belou_zhabo_ca.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,6 @@ int draw(int moduleid, int argc, char* argv[])

void deinit(int moduleid)
{
free(cdat);
free(ndat);
}

0 comments on commit 5a6d54e

Please sign in to comment.