xlib: do exit() on IOError instead of abort()
authorPhil Sutter <phil@nwl.cc>
Thu, 19 Nov 2009 22:00:15 +0000 (23:00 +0100)
committerPhil Sutter <phil@nwl.cc>
Thu, 19 Nov 2009 22:04:09 +0000 (23:04 +0100)
commit45a183d840276984120f5dada3108708da512391
tree87ee361d5357a1e246922903d74c8ab1ed96bca2
parent6f9bfe970a606b3a48b44b74afbc431dfa3f5010
xlib: do exit() on IOError instead of abort()

The IOError happens every time I close conky's normal own window, so I
guess the situation is not as abnormal as abort() indicates. Calling
exit() instead should really suffice and give the process a chance to
clean up (by calling destructor routines for instance).
src/conky.c