/*
- * Copyright (c) 2004 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2004-2010 Apple Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
(void)multicast_list_remove(mc_list);
*mc_list = new_mc_list;
}
+ ifnet_free_multicast_list(source_multicast_list);
return (error);
}