Comment 4 for bug 1838001

Revision history for this message
Ambarish Das (hiambar) wrote :

As per C coding standard,compiler will treat free(NULL) as a no-op.(https://en.cppreference.com/w/c/memory/free)

This issue can be closed as invalid/won't fix.