Skip to content

Commit

Permalink
Fix leak during discovery
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Jun 4, 2023
1 parent 518d813 commit c1c658c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/discovery/carla-discovery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2369,6 +2369,7 @@ int main(int argc, const char* argv[])
if (std::strcmp(filename, ":all") == 0)
{
do_cached_check(type);
gPipe = nullptr;
return 0;
}
#endif
Expand Down

0 comments on commit c1c658c

Please sign in to comment.