Re: [yocto] [prelink-cross][PATCH 1/1] rtld: remove if check before free

2015-09-11 Thread Mark Hatle
I did not merge this patch. While it's not strictly necessary to get for allocation before free. It's also not a bad practice to do so. --Mark On 6/23/15 7:28 AM, Maninder Singh wrote: > No need of explicit NULL check before free > > Signed-off-by: Maninder Singh >

[yocto] [prelink-cross][PATCH 1/1] rtld: remove if check before free

2015-06-23 Thread Maninder Singh
No need of explicit NULL check before free Signed-off-by: Maninder Singh maninder...@samsung.com --- trunk/src/rtld/rtld.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/trunk/src/rtld/rtld.c b/trunk/src/rtld/rtld.c index 35dfde7..3ed1db3 100644 ---