aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-01-09 19:28:35 (GMT)
committerfluxgen <fluxgen>2002-01-09 19:28:35 (GMT)
commit784b3ec48a61c7626fd2f0a88c3ba8bfb9b28ffc (patch)
treeb691a2ab005087d8717dd6d43cce0a48c9ccdf27
parentcbc8d51bb45641aa807fffb63eeacb6e5ce1f6d8 (diff)
downloadfluxbox-784b3ec48a61c7626fd2f0a88c3ba8bfb9b28ffc.zip
fluxbox-784b3ec48a61c7626fd2f0a88c3ba8bfb9b28ffc.tar.bz2
small fix
-rw-r--r--src/Window.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc
index 2cfaa25..fe7f601 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Window.cc,v 1.15 2002/01/09 14:11:20 fluxgen Exp $ 25// $Id: Window.cc,v 1.16 2002/01/09 19:28:35 fluxgen Exp $
26 26
27// stupid macros needed to access some functions in version 2 of the GNU C 27// stupid macros needed to access some functions in version 2 of the GNU C
28// library 28// library
@@ -478,6 +478,7 @@ FluxboxWindow::~FluxboxWindow(void) {
478 478
479 if (tab) 479 if (tab)
480 delete tab; 480 delete tab;
481 tab = 0;
481 482
482 if (client.mwm_hint) 483 if (client.mwm_hint)
483 XFree(client.mwm_hint); 484 XFree(client.mwm_hint);