[xslt] elem uninitialised?
- From: Igor Zlatkovic <igor zlatkovic com>
- To: <xslt gnome org>
- Subject: [xslt] elem uninitialised?
- Date: Sun, 27 Apr 2003 16:08:12 +0200
Hi there,
In the file variables.c, on the line 757, a variable 'elem'
is declared:
xsltStackElemPtr elem;
The next time this variable is referenced on the line 810,
with:
xsltFreeStackElem(elem);
Should this be executed, elem will contain garbage at the
point it is passed to xsltFreeStackElem, because it was
never initialised. That doesn't look right. Should I fix?
Ciao,
Igor
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]