IS2: fix memory leak

This commit is contained in:
Heikki Hannikainen 2013-07-01 22:32:33 +03:00
parent bc138eed27
commit cac5f5d555
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ int is2_input_handler_uplink_wait_signature(struct worker_t *self, struct client
client_close(self, c, CLIERR_UPLINK_LOGIN_PROTO_ERR);
};
is2_message__free_unpacked(m, NULL);
return 0;
}