瀏覽代碼

fix: initialize variables

Stefan Siegl 9 年之前
父節點
當前提交
97ade17ef9
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      v8js_timer.cc

+ 2 - 1
v8js_timer.cc

@@ -40,7 +40,8 @@ static void v8js_timer_interrupt_handler(v8::Isolate *isolate, void *data) { /*
 
 	v8::Locker locker(isolate);
 	v8::HeapStatistics hs;
-	bool send_notification, has_sent_notification;
+	bool send_notification = false;
+	bool has_sent_notification = false;
 
 	do {
 		if (send_notification) {