diff options
Diffstat (limited to 'plugins/!NotAdopted/VypressChat/service.c')
-rw-r--r-- | plugins/!NotAdopted/VypressChat/service.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/!NotAdopted/VypressChat/service.c b/plugins/!NotAdopted/VypressChat/service.c index 72fa7ea3b8..f2d7c33d8a 100644 --- a/plugins/!NotAdopted/VypressChat/service.c +++ b/plugins/!NotAdopted/VypressChat/service.c @@ -312,7 +312,7 @@ service_contact_channel_settings(WPARAM wParam, LPARAM lParam) chatroom_channel_show_settings_dlg(channel);
free(channel);
- DBFreeVariant(&dbv);
+ db_free(&dbv);
}
}
@@ -367,7 +367,7 @@ service_contact_deleted(WPARAM wParam, LPARAM lParam) free(channel);
}
- DBFreeVariant(&dbv);
+ db_free(&dbv);
}
}
|