aboutsummaryrefslogtreecommitdiff
path: root/lumina-info/i18n/lumina-info_id.ts
diff options
context:
space:
mode:
authorVadim Zhukov <persgray@gmail.com>2015-05-05 02:49:28 +0300
committerVadim Zhukov <persgray@gmail.com>2015-05-05 02:49:28 +0300
commit0a5b8e32467c9c388d74a53ed69aed8275a10098 (patch)
tree486e0a6c679a424377a3b2c23d0a250b133378d5 /lumina-info/i18n/lumina-info_id.ts
parentAdd a (commented out) experimental feature for tagging all the various deskto... (diff)
downloadlumina-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_id.ts')
0 files changed, 0 insertions, 0 deletions
bgstack15