Summary: | x11-wm/plasma6-kwin linuxism breaks spectacle screenshots | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jesper Schmitz Mouridsen <jsm> | ||||||
Component: | Individual Port(s) | Assignee: | freebsd-kde (group) <kde> | ||||||
Status: | New --- | ||||||||
Severity: | Affects Only Me | CC: | arrowd, oleglelchuk | ||||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(kde) |
||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Jesper Schmitz Mouridsen
2024-08-05 19:43:06 UTC
It feels like I fixed the similar problem in SSSD https://github.com/freebsd/freebsd-ports/blob/main/security/sssd2/files/patch-src__util__find_uid.c#L7 This leaks memory. You should use QString::fromLocal8Bit() to create a QString and then free the C string. Created attachment 255745 [details]
the patch that ChatGPT produced for me
To this message, I am attaching a patch that ChatGPT created for me.
|