https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204504
Bug ID: 204504
Summary: [patch] Small C++ new/delete operator mismatch in
groff's code
Product: Base System
Version: 11.0-CURRENT
Hardware: Any
OS: Any
Status: New
Keywords: patch
Severity: Affects Many People
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
Keywords: patch
Created attachment 163060
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163060&action=edit
contrib/groff/src/utils/hpftodit's patch
The font_name's variable is allocated via new [] C++ operator, hence its delete
counterpart ougth to be delete [].
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"