]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Replace strdup() with pstrdup(), to avoid leaking memory.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 19 May 2011 02:30:24 +0000 (22:30 -0400)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 19 May 2011 02:36:37 +0000 (22:36 -0400)
commit1f57a2f4dd2f6033e28b0e1f04ef31d5f456793c
treef62da3e187ce961da14ada16ca4b082ed8b3dffd
parenta7d3110638bd9b8951c11913621e86ac79db1a1f
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.
contrib/seg/seg.c