[dpdk-dev] [PATCH] no need to test for NULL when freeing

2016-01-27 Thread Thomas Monjalon
2016-01-21 12:23, David Marchand: > free() already handles NULL pointer. > > Signed-off-by: David Marchand Applied, thanks

[dpdk-dev] [PATCH] no need to test for NULL when freeing

2016-01-21 Thread David Marchand
On Thu, Jan 21, 2016 at 12:30 PM, Thomas Monjalon wrote: > 2016-01-21 12:23, David Marchand: >> free() already handles NULL pointer. >> >> Signed-off-by: David Marchand >> --- >> app/test/test_devargs.c| 3 +- >> app/test/test_link_bonding.c |

[dpdk-dev] [PATCH] no need to test for NULL when freeing

2016-01-21 Thread Thomas Monjalon
2016-01-21 12:23, David Marchand: > free() already handles NULL pointer. > > Signed-off-by: David Marchand > --- > app/test/test_devargs.c| 3 +- > app/test/test_link_bonding.c | 6 ++-- > app/test/test_pci.c| 3

[dpdk-dev] [PATCH] no need to test for NULL when freeing

2016-01-21 Thread David Marchand
free() already handles NULL pointer. Signed-off-by: David Marchand --- app/test/test_devargs.c| 3 +- app/test/test_link_bonding.c | 6 ++-- app/test/test_pci.c| 3 +- app/test/test_ring.c