diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-07 16:23:23 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-07 16:23:23 +0000 |
| commit | 877247992a02dc3126dd2f6a0ecf03193fdf226b (patch) | |
| tree | bab534823d90285bc318458d2abe079359513c7e /openbox | |
| parent | 5f2d2b8f38f2cdf6b0e458573716014a343ca75f (diff) | |
i dont think that line is valid, if it ever did run
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client.c b/openbox/client.c index 03e4c9a5..aa21807c 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -2057,7 +2057,7 @@ void client_update_icons(ObClient *self) &self->icons[self->nicons-1].width, &self->icons[self->nicons-1].height, &self->icons[self->nicons-1].data)){ - g_free(&self->icons[self->nicons-1]); + //g_free(&self->icons[self->nicons-1]); self->nicons--; } xerror_set_ignore(FALSE); |
