ソースを参照

xcap_client: fix what it seems to be an old copy/paste error

Ovidiu Sas 12 年 前
コミット
5acf191aee
1 ファイル変更1 行追加1 行削除
  1. 1 1
      modules/xcap_client/xcap_callbacks.c

+ 1 - 1
modules/xcap_client/xcap_callbacks.c

@@ -78,6 +78,6 @@ void destroy_xcapcb_list(void)
 	{
 		prev_xcb= xcb;
 		xcb= xcb->next;
-		shm_free(xcb);
+		shm_free(prev_xcb);
 	}
 }