Re: Crash issue having multiple active_displays in a config
Mark Boorer <mark...@...>
Hi Simon, SplitStringEnvStyle() makes a new std::string via pystring::strip as one of its first operations, so there is no possibility of char pointers falling out of scope.Not sure I see where a bug could be hiding. The scoping around those blocks seems fine to me. setActiveDisplays(), though taking a const char * as an argument, never actually stores it internally, instead opting to store the results of another call to SplitStringEnvStyle(). Mark On Tue, Jul 22, 2014 at 4:03 PM, simon smith <si.c....@...> wrote:
|
|