[Webkit-unassigned] [Bug 51364] Web Inspector: Remote Web Inspector for platform/mac

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 14 19:31:29 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=51364





--- Comment #19 from Joseph Pecoraro <joepeck at webkit.org>  2011-01-14 19:31:28 PST ---
> +        // Stringify the data.
> +        CFDataRef frameData = CFDataCreateWithBytesNoCopy(kCFAllocatorDefault, frameStart + 1, frameRange.length - 2, kCFAllocatorNull);
> +        NSString *decodedString = [[NSString alloc] initWithData:(NSData *)frameData encoding:NSUTF8StringEncoding];
> 
> Where is decodedString released?

Good catch.

> I also believe ServerListing has to be prefixed to avoid class name conflicts.

I don't know the issues surrounding this. Could you (or someone) explain the details
around this so I can prevent doing this in the future.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list