bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Seg fault calling free_menu


From: pcazallas
Subject: Seg fault calling free_menu
Date: Tue, 1 Jun 2010 04:31:14 -0700 (PDT)

Hi,

When I try to free a "MENU* myMenu" var calling "free_menu(myMenu)", it
throws a Segfault. If I free the variable just calling "free(myMenu)", it
does not occur...

I am allocating memory for the menu and the items relying it, and freeing
all of them as well.

Any suggestion about which could be the reason of the Segfault??

Thanks,
Pablo Cazallas.
-- 
View this message in context: 
http://old.nabble.com/Seg-fault-calling-free_menu-tp28740540p28740540.html
Sent from the Gnu - Ncurses mailing list archive at Nabble.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]