On Wed, Mar 24, 2010 at 5:34 AM, Humberto Abdelnur < [email protected]> wrote:
>
> void
> _UPT_destroy (void *arg)
> {
> struct UPT_info *ui = arg;
> if (ui->ei.image)
> {
> munmap (ui->ei.image, ui->ei.size);
> }
> free (ui);
>
> }
>
>
> now, it works like a charm :)
> I hope it helps, thank to all for the help.
Applied. Thanks.
-Arun
>
_______________________________________________ Libunwind-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/libunwind-devel
