Re: Allow assignment of olefonts to other olefonts

2004-09-08 Thread Mike Hearn
Seems like you don't release the interface pointer that you do a query interface on. Oops. You shouldn't need to special case copying from the same object... just make sure you always allocate a new piece of memory and copy the old string name before freeing it. Yeah. I put that in because it's

Re: Allow assignment of olefonts to other olefonts

2004-09-08 Thread Mike McCormack
ChangeLog: Allow assignment of olefonts to other olefonts Seems like you don't release the interface pointer that you do a query interface on. You shouldn't need to special case copying from the same object... just make sure you always allocate a new piece of memory and copy the o

Re: Allow assignment of olefonts to other olefonts

2004-09-08 Thread Mike Hearn
Alexandre, is there anything wrong with this patch? ChangeLog: Allow assignment of olefonts to other olefonts