Minor changes

This commit is contained in:
Joseph Henry
2015-09-24 15:30:07 -04:00
parent 0027a1e152
commit 851e4c667f
3 changed files with 8 additions and 5 deletions

View File

@ -197,7 +197,7 @@ public:
~LWIPStack()
{
if (lebref)
if (libref)
dlclose(libref);
}
};