Skip to content

Commit

Permalink
properly shutdown google::Protbuf
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling committed Nov 14, 2024
1 parent bc2d112 commit 492705a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions exe/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#include <filesystem>
#include <iostream>

#include "google/protobuf/stubs/common.h"

#include "utl/progress_tracker.h"

#include "motis/config.h"
Expand Down Expand Up @@ -137,4 +139,6 @@ int main(int ac, char** av) {
}
return 0;
}

google::protobuf::ShutdownProtobufLibrary();
}

0 comments on commit 492705a

Please sign in to comment.