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: freebsd-bugs@FreeBSD.org
          Reporter: devne...@gmail.com
          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.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to