I am only having this problem when running my program on a Mac; linux 64 and 32 bit are fine but on mac I get a bunch of:
*** malloc[437]: error for object 0xbfffe970:
Non-aligned pointer being freed (2)
towards the end of execution of my program where I am freeing a bunch of pointers in a data structure. Code to long to be posted but does anyone have any idea why it works fine without error on linux but not mac?