Skip to content
Snippets Groups Projects
Commit 4d295519 authored by Guillaume Roguez's avatar Guillaume Roguez
Browse files

videomanager: fix bad memory access

- remove videoManager global instance.
- allocate a VideoManager instance when Manager instance is created.
- add Manager::getVideoManager() method to get this instance.
- force getSignalHandlers() to be called before Manager instance creation.

All of this prevents VideoManager to access to signal handlers map,
already destroyed, causing a memory access violation.

Change-Id: I21ebff08fa8d49e797f99299de12dab023c37769
Tuleap: #413
parent 95dd7833
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment