[MacRuby] #1298: bs.c bs_parser_parse() leak
#1298: bs.c bs_parser_parse() leak -----------------------------------+---------------------------------------- Reporter: lsansonetti@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: -----------------------------------+---------------------------------------- Looks like a CFString inside that function is leaking (probably the cf_path variable). To reproduce, run /usr/bin/leaks on a MacRuby process after doing a "framework 'Cocoa'". -- Ticket URL: <http://www.macruby.org/trac/ticket/1298> MacRuby <http://macruby.org/>
#1298: bs.c bs_parser_parse() leak -----------------------------------+---------------------------------------- Reporter: lsansonetti@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: Component: MacRuby | Resolution: invalid Keywords: | -----------------------------------+---------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => invalid Comment: This is a false positive, the cf_path isn't leaked it's being pushed into an array. -- Ticket URL: <http://www.macruby.org/trac/ticket/1298#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby