Skip to content

Commit

Permalink
Fix crash when processing incoming offline file. (Remove
Browse files Browse the repository at this point in the history
incorrect/unexpected destroy.)
  • Loading branch information
mmichalek committed Dec 7, 2015
1 parent 8dbd971 commit 0cd9b8b
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -122,7 +122,6 @@ long SymFileIncomingTransport_process(SymFileIncomingTransport *this, SymDataPro
}

void SymFileIncomingTransport_destroy(SymFileIncomingTransport *this) {
free(this->remoteNode);
free(this);
}

Expand Down

0 comments on commit 0cd9b8b

Please sign in to comment.