Bug 204504

Summary: [patch] Small C++ new/delete operator mismatch in groff's code
Product: Base System Reporter: David Carlier <devnexen>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed Overcome By Events    
Severity: Affects Many People CC: gonzo, yuripv
Priority: --- Keywords: patch
Version: CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
contrib/groff/src/utils/hpftodit's patch none

Description David Carlier 2015-11-12 14:41:27 UTC
Created attachment 163060 [details]
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 [].
Comment 1 Yuri Pankov 2017-12-06 06:01:23 UTC
groff is no more.
Comment 2 Oleksandr Tymoshenko freebsd_committer freebsd_triage 2019-01-18 04:02:58 UTC
Closing as OBE. The groff has been obsoleted in FreeBSD 12. Sorry the patch hasn't been committed in time.