Changeset 3dc7255 in git


Ignore:
Timestamp:
Jul 30, 2021, 11:35:23 AM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
7c7a105c43875cebaa988ee4c9c1176fbc6d49e2
Parents:
cb461b638a70021f9580d9ef680cc43940d6b036
Message:
fix: memory leak in newstruct_String
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/newstruct.cc

    rcb461b r3dc7255  
    104104        else
    105105        {
    106           char *tmp2=omStrDup(l->m[a->pos].String());
     106          char *tmp2=l->m[a->pos].String();
    107107          if ((strlen(tmp2)>80)||(strchr(tmp2,'\n')!=NULL))
    108108          {
Note: See TracChangeset for help on using the changeset viewer.