Remove stray "imports" cruft?
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3878 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
@ -926,7 +926,7 @@ void tf_task_on_receive_packet(int packetType, const char* begin, size_t length,
|
||||
}
|
||||
js_free(to->_context, ptab);
|
||||
|
||||
JS_SetPropertyStr(to->_context, global, "imports", imports);
|
||||
JS_FreeValue(to->_context, imports);
|
||||
JS_FreeValue(to->_context, global);
|
||||
}
|
||||
break;
|
||||
|
Reference in New Issue
Block a user