Skip to content

Commit

Permalink
update c++ example to delete sdk object
Browse files Browse the repository at this point in the history
  • Loading branch information
nikibobi authored and markmandel committed Oct 2, 2018
1 parent cb9e4fc commit 3704ab3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/cpp-simple/server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,7 @@ int main() {
}
}

delete sdk;

return 0;
}

0 comments on commit 3704ab3

Please sign in to comment.