]> git.saurik.com Git - wxWidgets.git/commit
Removed wxLogSysError call in wxHandleProcessTermination, and ensured
authorJulian Smart <julian@anthemion.co.uk>
Wed, 29 Aug 2001 11:24:50 +0000 (11:24 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 29 Aug 2001 11:24:50 +0000 (11:24 +0000)
commit09d68ec1c35deb4fe3bd5b3ad61d7adcbd260bb3
tree83b54c9c9ff53b2bca56c447a22d4964491e80d1
parente126b44d229ae637922a0532c3d11222b024c4a9
Removed wxLogSysError call in wxHandleProcessTermination, and ensured
the cleanup always happens. I hope this is right... but if processes
are killed elsewhere, we don't want this function to generate an error
and not do the correct cleanup.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/unix/utilsunx.cpp