3b780b9e9e
Prevent a segmentation fault in rte_sched_port_free by only accessing the port structure after the NULL pointer check has been made. Fixes: 7b3c4f35 ("sched: fix releasing enqueued packets") Cc: stable@dpdk.org Signed-off-by: Alan Dewar <adewar@brocade.com> Signed-off-by: Jan Blunck <jblunck@infradead.org> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>