Skip to content
  • Simon Marchi's avatar
    Initialize variable in py_get_event_thread · c6f50f88
    Simon Marchi authored
    The pythread variable could be used without being initialized, fix it by
    initializing it to nullptr.
    
    gdb/ChangeLog:
    
    	* python/py-threadevent.c (py_get_event_thread): Initialize
    	pythread.
    c6f50f88