Fix use-after-destroy in epicsRefSnapshopCurrent
This commit is contained in:
@@ -27,7 +27,7 @@ using std::string;
|
||||
namespace epics { namespace pvData {
|
||||
|
||||
|
||||
static std::vector<string> split(string commaSeparatedList) {
|
||||
static std::vector<string> split(const string& commaSeparatedList) {
|
||||
string::size_type numValues = 1;
|
||||
string::size_type index=0;
|
||||
while(true) {
|
||||
|
||||
Reference in New Issue
Block a user