changed awk to carry on even if lt_dlinit() fails

This commit is contained in:
2015-06-12 08:40:58 +00:00
parent 763efada8f
commit 7675a86234
5 changed files with 39 additions and 7 deletions

View File

@ -97,6 +97,7 @@ qse_xli_t* qse_xli_openstdwithmmgr (qse_mmgr_t* mmgr, qse_size_t xtnsize, qse_si
/* initialize extension */
xtn = (xtn_t*) QSE_XTN (xli);
QSE_MEMSET (xtn, 0, QSE_SIZEOF(*xtn));
xtn->ecb.close = fini_xtn;
xtn->ecb.clear = clear_xtn;