Wayne,

I think the lines involving operator new() may blow up at runtime when the 
corresponding
delete [] is called.

Have you tested this code?

You should probably use the

new OBJECT[size]

syntax instead, so the new style matches the delete style.

Dick




_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to