On Sat, Aug 01, 2015 at 10:03:12PM +0200, Hardening wrote:
> Le 01/08/2015 16:02, Dawid Gajownik a écrit :
> > There's no need to check if a pointer exists before passing it to free().
> > free() can handle NULL pointers.
> >
> > Signed-off-by: Dawid Gajownik
>
> Reviewed-By: David FORT
Thanks
Le 01/08/2015 16:02, Dawid Gajownik a écrit :
> There's no need to check if a pointer exists before passing it to free().
> free() can handle NULL pointers.
>
> Signed-off-by: Dawid Gajownik
Reviewed-By: David FORT
> ---
> src/compositor-rdp.c | 9 +++--
> 1 file changed, 3 insertions(+),
There's no need to check if a pointer exists before passing it to free().
free() can handle NULL pointers.
Signed-off-by: Dawid Gajownik
---
src/compositor-rdp.c | 9 +++--
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/src/compositor-rdp.c b/src/compositor-rdp.c
index a83948b