Comment 20 for bug 1619616

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

Oops. The patch in #18 is for google/protobuf/stubs/common.cc:

415d414
< shutdown_functions = new vector<void (*)()>;
425a425,426
> if (internal::shutdown_functions == NULL)
> shutdown_functions = new vector<void (*)()>;
446,447d446
< delete internal::shutdown_functions_mutex;
< internal::shutdown_functions_mutex = NULL;