<div>Hi,</div><div> </div><div>I am developing application based on testRTSPClient.</div><div> </div><div>I have modified testRTSPClient.cpp file's shutdownStream routine as per below steps.</div><div> </div><div>commented -> exit(exitcode)</div>
<div>Enable WatchVariable which is used when calling doEventloop(&WatchVariable)</div><div> </div><div>Uncomment following line </div><div> </div><div>TaskScheduler *scheduler = &(env.taskscheduler);</div><div>env.reclaim();</div>
<div>delete scheduler;</div><div> </div><div>When I run testRTSPClient with two rtsp url argument,testRTSPClient application is giving segmetation fault at end of application.</div><div> </div><div>what would be reason of segmentation fault? </div>
<div> </div><div>Application isn't giving segmentation fault if i again comment the above uncommented lines.</div><div> </div><div>Thanks,</div><div>Rachit</div>