Replace strdup() with pstrdup(), to avoid leaking memory.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 4919a20c3331dbecd170387b58075210d6245f51
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2011-05-19T02:36:14Z
Releases: 8.3.16
Replace strdup() with pstrdup(), to avoid leaking memory.

It's been like this since the seg module was introduced, so backpatch to
8.2 which is the oldest supported version.

Files

PathChange+/−
contrib/seg/seg.c modified +1 −1