Hello,

I just have a quick question. I have a pointer to a struct stored in an entity skill. Before I remove the entity, I have this piece of code:

free( &my.skill[99] );

is this the proper syntax to free the memory that was used by the struct? It seems to work with no errors, I'm just making sure.
Thanks.