mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 04:00:30 +08:00
Merge pull request #6193 from trombipeti:Fix_#6192
This commit is contained in:
commit
bc6ed1467b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user