X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ortp_send.c;h=19b54d3932897be20067c6b06b608653fafbf911;hp=aabbb7da09abf953457dfb4915f593eb0f0a6612;hb=002e302f18b73e57e8a5ff5e9dc97c68bb85216d;hpb=15c54cf98b77882a8f4d59a550948133341ad671 diff --git a/ortp_send.c b/ortp_send.c index aabbb7da..19b54d39 100644 --- a/ortp_send.c +++ b/ortp_send.c @@ -54,7 +54,6 @@ struct ortp_target { RtpSession *session; }; -static int numtargets; static struct list_head targets; static struct sender *self; @@ -66,7 +65,6 @@ static void ortp_delete_target(struct ortp_target *ot, const char *msg) rtp_session_destroy(ot->session); ot->session = NULL; } - numtargets--; list_del(&ot->node); free(ot); }