swig/Examples/guile/multimap
Olly Betts 7ec2f89fe2
Remove redundant NULL checks before free()/delete (#2184)
Remove redundant NULL checks before free()/delete

The ISO C and C++ standards guarantee that it's safe to call these
on a NULL pointer, so it's not necessary for the calling code to
also check.

Fixes https://sourceforge.net/p/swig/feature-requests/70/
2022-01-29 22:03:48 +13:00
..
example.c Warning fixes 2004-01-07 21:27:23 +00:00
example.i Remove redundant NULL checks before free()/delete (#2184) 2022-01-29 22:03:48 +13:00
Makefile Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
runme.scm Guile add two more examples and use load-extension instead of dynamic-load 2013-05-13 22:40:16 +02:00