View | Details | Raw Unified | Return to bug 194577 | Differences between
and this patch

Collapse All | Expand All

(-)head/sys/netinet6/in6_mcast.c (+3 lines)
Lines 526-531 in6m_release_locked(struct in6_multi *inm) Link Here
526
526
527
	in6m_purge(inm);
527
	in6m_purge(inm);
528
528
529
	/* Free state-change requests that might be queued. */
530
	_IF_DRAIN(&inm->in6m_scq);
531
529
	free(inm, M_IP6MADDR);
532
	free(inm, M_IP6MADDR);
530
533
531
	if_delmulti_ifma(ifma);
534
	if_delmulti_ifma(ifma);

Return to bug 194577