X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=core%2Fproducer%2Fframe_producer.cpp;h=cae3c0bcf2c56c5578e7a00492a562acab5d4d87;hb=2cfe40e47c46a652eed324a73cd68bc23bbcf4b7;hp=a17fa10ba673003985e0392b23a8eafe211abfbf;hpb=4ba6006396aff3ce007b15c6ebcc43b194cd8a8d;p=casparcg diff --git a/core/producer/frame_producer.cpp b/core/producer/frame_producer.cpp index a17fa10ba..cae3c0bcf 100644 --- a/core/producer/frame_producer.cpp +++ b/core/producer/frame_producer.cpp @@ -55,10 +55,10 @@ public: auto empty_producer = frame_producer::empty(); destroy_context_.begin_invoke([=] { - if(!mov_producer.value.unique()) - CASPAR_LOG(debug) << mov_producer.value->print() << L" Not destroyed on safe asynchronous destruction thread."; - else - CASPAR_LOG(debug) << mov_producer.value->print() << L" Destroying on safe asynchronous destruction thread."; + //if(!mov_producer.value.unique()) + // CASPAR_LOG(debug) << mov_producer.value->print() << L" Not destroyed on safe asynchronous destruction thread."; + //else + // CASPAR_LOG(debug) << mov_producer.value->print() << L" Destroying on safe asynchronous destruction thread."; mov_producer.value = empty_producer; });