UPD: Some fixes for GVFS plugin

This commit is contained in:
Alexander Koblov 2010-02-02 12:33:57 +00:00
commit 06cb1aafdb

View file

@ -1381,10 +1381,12 @@ struct TVFSGlobs * GetConnectionByPath(gchar *Path)
return globs;
}
free(ConnectionName);
/*
if (globs->RemotePath != NULL)
{
free(globs->RemotePath);
}
}
*/
globs->RemotePath = ExtractRemoteFileName(Path);
g_print("GetConnectionByPath: RemotePath = %s\n", globs->RemotePath);
return globs;