Skip to content

Commit

Permalink
crofsock: close should not be virtual
Browse files Browse the repository at this point in the history
close is called during destruction which is bad in case
crofsock would be the parent class
  • Loading branch information
Tobias Jungel committed Oct 4, 2017
1 parent 9972d59 commit af0f69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rofl/common/crofsock.h
Expand Up @@ -284,7 +284,7 @@ class crofsock : public cthread_env {
/**
*
*/
virtual void close();
void close();

/**
*
Expand Down

0 comments on commit af0f69d

Please sign in to comment.