Skip to content

Commit

Permalink
Fixed crash on docs building.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Mar 14, 2024
1 parent d95fe76 commit d25a65f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mrv2/docs/en/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: f89c0268e81c8f95964793b13dbf26f4
config: dde0957f3bbb92860004d627e8ef8a24
tags: 645f666f9bcd5a90fca523b33c5a78b7
2 changes: 1 addition & 1 deletion mrv2/docs/es/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: a22b768fc45eb0cc12724068f0e6dab4
config: 896813147364e2138de31e99f560a9b2
tags: 645f666f9bcd5a90fca523b33c5a78b7
1 change: 0 additions & 1 deletion mrv2/lib/mrvApp/mrvApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,6 @@ namespace mrv
// Not required, but nice
NDIlib_destroy();
#endif
p.mainControl->setPlayer(nullptr);

delete p.mainControl;
p.mainControl = nullptr;
Expand Down

0 comments on commit d25a65f

Please sign in to comment.