1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Merge pull request #6193 from trombipeti:Fix_#6192

This commit is contained in:
Alexander Alekhin
2016-03-02 15:19:01 +00:00
+1 -1
View File
@@ -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