qt: Use gpgrt_asprintf instead of qstrdup
* lang/qt/src/dn.cpp (parse_dn_part): Use gpgrt_asprintf instead of qstrdup.
This fixes a new / free mismatch because qstrdup uses new and
the allocated parts are freed with free. Similar to: a09ed3f2
qt: Use gpgrt_asprintf instead of qstrdup 9d5048d47446Unpublished Tags None Subscribers None
Description
Details
|