diff options
author | Vadim Zhukov <persgray@gmail.com> | 2015-05-05 02:49:28 +0300 |
---|---|---|
committer | Vadim Zhukov <persgray@gmail.com> | 2015-05-05 02:49:28 +0300 |
commit | 0a5b8e32467c9c388d74a53ed69aed8275a10098 (patch) | |
tree | 486e0a6c679a424377a3b2c23d0a250b133378d5 /lumina-info/i18n/lumina-info_gl.ts | |
parent | Add a (commented out) experimental feature for tagging all the various deskto... (diff) | |
download | lumina-0a5b8e32467c9c388d74a53ed69aed8275a10098.tar.gz lumina-0a5b8e32467c9c388d74a53ed69aed8275a10098.tar.bz2 lumina-0a5b8e32467c9c388d74a53ed69aed8275a10098.zip |
Don't try to free(3) a pointer to stack.
GCC warning helped to spot a real bug: near line 1185 of
libLumina/LuminaX11.cpp there is a call: `free(&hints);`, - but the
"hints" is allocated on the stack a few lines above. This looks
like a copy-paste error, since other free(&hints) instances look
like sane (unless I've missed something, of course).
Diffstat (limited to 'lumina-info/i18n/lumina-info_gl.ts')
0 files changed, 0 insertions, 0 deletions