[cc65] Why crashing attempting to free this struct?

From: Payton Byrd <plbyrd1gmail.com>
Date: 2012-03-25 01:46:48
typedef struct DirectoryListNode {
	cbm_dirent_t cbmDirectoryEntry;
	char screenCodesName[17];

	bool selected;
} directory_list_node_t;

typedef struct DirectoryListReuBlock {
	reu_block_t block;
	reu_block_t previous;

	reu_block_t next;
	directory_list_node_t nodes[10];
} directory_list_reu_block_t;


I get a CPU jam whenever I attempt to free an instance of
DirectoryListReuBlock.  I've got no idea what's causing this, but they have
to be freed or I'll have memory leaks galore.

-- 
Payton Byrd
<http://www.paytonbyrd.com>
<http://it.toolbox.com/blogs/paytonbyrd>

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Sun Mar 25 01:47:23 2012

This archive was generated by hypermail 2.1.8 : 2012-03-25 01:47:26 CET