Commit bc6ed146 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #6193 from trombipeti:Fix_#6192

parents 7f4a1bca 410eb30c
......@@ -608,7 +608,7 @@ bool CvCapture_GStreamer::open( int type, const char* filename )
struct stat buf;
if (pathSize == 0 || stat(uri, &buf) != 0)
{
delete uri;
delete[] uri;
uri = NULL;
}
#else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment