Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: banah
  • Order by date
  1. banah

    Crash when deleting object

    I have a pointer to a char in a structure that I use to make a linked list. However, the program crashes when attempting to delete the allocated memory for *char member of the structure. Any ideas? Here is an example: struct record { char *buffer; rec *next; }; typedef record *rec; ...

Part and Inventory Search

Back
Top