On Sunday 22 July 2007 08:39:17 [EMAIL PROTECTED] wrote:

> Modified:
>    trunk/   (props changed)
>    trunk/tools/build/nativecall.pl
>
> Log:
> [Coverity] parrot-0.4.13 CID:28 RESOURCE_LEAK - added
> string_cstring_free(c) to free resouce
>
>
> Modified: trunk/tools/build/nativecall.pl
> ===========================================================================
>=== --- trunk/tools/build/nativecall.pl        (original)
> +++ trunk/tools/build/nativecall.pl   Sun Jul 22 08:39:15 2007
> @@ -710,6 +710,7 @@
>       */
>      c = string_to_cstring(interp, message);
>      PANIC(interp, c);
> +    string_cstring_free(c);
>      return NULL;
>  }

Is that even reachable?

-- c

Reply via email to