Re: [LyX/master] Fix memory error detected by valgrind

2014-11-18 Thread Richard Heck
On 11/18/2014 01:21 PM, Georg Baum wrote: Georg Baum wrote: commit e5845fea49e6c8a2cae0dfd8c708a31ae3d67719 Author: Georg Baum Date: Mon Nov 17 22:08:21 2014 +0100 Fix memory error detected by valgrind The assignment name = sub.str(1) reads from the first argument given

Re: [LyX/master] Fix memory error detected by valgrind

2014-11-18 Thread Georg Baum
Georg Baum wrote: > commit e5845fea49e6c8a2cae0dfd8c708a31ae3d67719 > Author: Georg Baum > Date: Mon Nov 17 22:08:21 2014 +0100 > > Fix memory error detected by valgrind > > The assignment name = sub.str(1) reads from the first argument given > to regex_match(), but previously