Skip to content

Commit

Permalink
Similar useless assignment as in 8187a84.
Browse files Browse the repository at this point in the history
  • Loading branch information
radarsat1 committed Jul 4, 2023
1 parent f5ee521 commit 02989c6
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 @@ -2285,7 +2285,6 @@ int lo_server_del_lo_method(lo_server s, lo_method m)
} else {
prev->next = it->next;
}
next = it->next;
free((void *) it->path);
free((void *) it->typespec);
free(it);
Expand Down

0 comments on commit 02989c6

Please sign in to comment.