<p dir="ltr">(On my phone... Forgive my top-replying... And the accidental private reply)</p>
<p dir="ltr">Thank you.</p>
<p dir="ltr">One final question: do I need to be concerned with the 'char *' declaration for the VRT_GetHdr call? Would it be better to do a 'char buf[40]' or similar?</p>
<div class="gmail_quote">On Dec 15, 2013 4:48 AM, "Poul-Henning Kamp" <<a href="mailto:phk@phk.freebsd.dk">phk@phk.freebsd.dk</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
In message <CAChvjRD-K652MUp2rCm0Kt1J-ggKxQ=<a href="mailto:RuNeyeBw5rbeXYszA4w@mail.gmail.com">RuNeyeBw5rbeXYszA4w@mail.gmail.com</a>><br>
, Jason Price writes:<br>
<br>
>1) Do I need to free any of my temp variables here?  Or does varnish clean<br>
>them up for me?  (in my case t, digestepoch, digestdate, and tm)<br>
<br>
Only if you allocate the memory from malloc() or similar.<br>
<br>
As far as I can see, all your variables are local to your function<br>
so they live on the stack so they are automatically destroyed.<br>
<br>
>2) seriously: WTF with _XOpenSource needing to be set to use strptime??<br>
<br>
Ask whoever writes your OS.<br>
<br>
--<br>
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20<br>
phk@FreeBSD.ORG         | TCP/IP since RFC 956<br>
FreeBSD committer       | BSD since 4.3-tahoe<br>
Never attribute to malice what can adequately be explained by incompetence.<br>
</blockquote></div>