Eliminate 'memory leak' code defect in remove_specific
authorIvan Maidanski <ivmai@mail.ru>
Fri, 25 Aug 2017 14:59:05 +0000 (17:59 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 28 Aug 2017 07:44:27 +0000 (10:44 +0300)
commiteb41b8b6ad7efbf740db8c717a2e019cb0bb71d3
tree729928c1b79668a433c78ff2ebebb921875ecdf4
parente897b41dcf36148f61ce5ab7e4ec60ab5dae15ce
Eliminate 'memory leak' code defect in remove_specific

* specific.c [LINT2] (GC_remove_specific): Call GC_noop1(entry) to
indicate that entry is lost (the memory will be collected during GC).
specific.c