aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.cc')
-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);