diff options
author | Travis Watkins <travis.watkins@linaro.org> | 2011-08-24 07:43:21 -0500 |
---|---|---|
committer | Travis Watkins <travis.watkins@linaro.org> | 2011-08-24 07:43:21 -0500 |
commit | 957f9d5fcd39f048a1bd2f822cd137c140d257f4 (patch) | |
tree | 65e088869ad21db5f0484c86182523bf62782d27 | |
parent | a602c2c9c5e69ad466c0d16dbf80b66efba56a5f (diff) | |
download | workarounds-gles.tar.gz workarounds-gles.tar.bz2 |
Revert "Fixes one memory leak."gles
This reverts commit 8841d4aefe8edd332760f6354bd887a52b07ba8d.
-rw-r--r-- | src/workarounds.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/workarounds.cpp b/src/workarounds.cpp index 8ad7f45..6f325e4 100644 --- a/src/workarounds.cpp +++ b/src/workarounds.cpp @@ -727,11 +727,6 @@ WorkaroundsWindow::getFixedWindowType () resName = CompString (classHint.res_name); XFree (classHint.res_name); } - - if (classHint.res_class) - { - XFree (classHint.res_class); - } /* FIXME: Is this the best way to detect a notification type window? */ if (ws->optionGetNotificationDaemonFix ()) |