Skip to content

Commit

Permalink
Add missing ;.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Jul 18, 2023
1 parent 4d4cd44 commit 4e3839b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ rtpp_shutdown(struct rtpp_cfg *cfsp)
continue;

RTPP_OBJ_DECREF(cfsp->modules_cf);
RTPP_OBJ_DECREF(cfsp->pproc_manager)
RTPP_OBJ_DECREF(cfsp->pproc_manager);
free(cfsp->runcreds);
RTPP_OBJ_DECREF(cfsp->rtpp_notify_cf);
CALL_METHOD(cfsp->bindaddrs_cf, dtor);
Expand Down

0 comments on commit 4e3839b

Please sign in to comment.