mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Bug 1205987 - Add freecorder dll to Windows blocklist. r=dmajor
CLOSED TREE
This commit is contained in:
parent
89c2bcf311
commit
4ea84cc590
@ -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 }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user