Bug 1205987 - Add freecorder dll to Windows blocklist. r=dmajor

CLOSED TREE
This commit is contained in:
philipp 2015-10-13 13:03:12 -07:00
parent 297530c76a
commit 57aeda29d4

View File

@ -182,6 +182,9 @@ static DllBlockInfo sWindowsDllBlocklist[] = {
// NetOp School, discontinued product, bug 763395
{ "nlsp.dll", MAKE_VERSION(6, 23, 2012, 19) },
// Startup crashes with Freecorder dll, bug 1205987
{ "flvsrvlib.dll", MAKE_VERSION(1, 0, 0, 0) },
{ nullptr, 0 }
};