This fixes a possible crash when pekwm is shutdown.
| src/Theme.cc | |
| 838 | @@ -838,6 +838,9 @@ |
| 838 | Theme::Theme(PScreen *scr) : |
| 839 | _scr(scr), _image_handler(NULL), |
| 840 | _is_loaded(false), _invert_gc(None) |
| 841 | #ifdef HARBOUR |
| 842 | , _harbour_texture(0) |
| 843 | #endif |
| 844 | { |
| 845 | // image handler |
| 846 | _image_handler = new ImageHandler(); |
| ... | |