QT4_extenssions: replace qstrdup by strdup.
In fact qstrdup use new but the resulting memory can be deallocated by some C code.
Showing
Please register or sign in to comment
In fact qstrdup use new but the resulting memory can be deallocated by some C code.