Skip to content

Commit

Permalink
Merge pull request #140 from tartina/warnings
Browse files Browse the repository at this point in the history
Fix use-after-free warning in server.c
  • Loading branch information
radarsat1 committed Jul 4, 2023
2 parents bed0b89 + 8187a84 commit f5ee521
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -2289,7 +2289,6 @@ int lo_server_del_lo_method(lo_server s, lo_method m)
free((void *) it->path);
free((void *) it->typespec);
free(it);
it = prev;
return 0;
}
prev = it;
Expand Down

0 comments on commit f5ee521

Please sign in to comment.