ruby/win32
Peter Zhu 58386814a7 Don't check for null pointer in calls to free
According to the C99 specification section 7.20.3.2 paragraph 2:

> If ptr is a null pointer, no action occurs.

So we do not need to check that the pointer is a null pointer.
2023-06-30 09:13:31 -04:00
..
Makefile.sub [Feature #19741] Add yarp to builds 2023-06-21 11:25:39 -07:00
configure.bat
dir.h
enc-setup.mak
file.c Don't check for null pointer in calls to free 2023-06-30 09:13:31 -04:00
file.h
ifchange.bat
makedirs.bat
mkexports.rb
resource.rb
rm.bat
rmdirs.bat
rtname.cmd
ruby.manifest
setup.mak
win32.c Don't check for null pointer in calls to free 2023-06-30 09:13:31 -04:00
winmain.c