RUN: valgrind --tool=memcheck --leak-check=full --show-reachable=yes --num-callers=40 --log-file="val" --error-limit=no ./videotest
Setup:
In video.cpp line 89 set up the video location.
string uriready = "file:///home/janos/Desktop/"+uri;

