mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
MacOS: Fix warning
This commit is contained in:
parent
ba408ec1d3
commit
f54c390acd
|
@ -85,7 +85,7 @@ QString MacMouseOver::CFStringRefToQString( CFStringRef str )
|
|||
|
||||
QString result = QString::fromUtf16( chars, length );
|
||||
|
||||
delete chars;
|
||||
delete[] chars;
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue