rename _dealloc to _free
This commit is contained in:
parent
f45c8090ec
commit
aa359cc807
19 changed files with 389 additions and 410 deletions
|
@ -13,7 +13,7 @@ int main(void) {
|
|||
SPPacket *packet = sp_packet_from_command(command);
|
||||
while (sp_connection_send(connection, sp_packet_clone(packet)));
|
||||
|
||||
sp_packet_dealloc(packet);
|
||||
sp_connection_dealloc(connection);
|
||||
sp_packet_free(packet);
|
||||
sp_connection_free(connection);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue