summaryrefslogtreecommitdiff
path: root/plugins/!NotAdopted/VypressChat/service.c
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2014-04-04 14:27:04 +0000
committerRobert Pösel <robyer@seznam.cz>2014-04-04 14:27:04 +0000
commitc7181615b01d42717df5a4cc557995fe8970e555 (patch)
tree829b619062f5630b15701a5faaaf16019b893ae6 /plugins/!NotAdopted/VypressChat/service.c
parente08dd78ccf05f9d5d768e5436fcfc5e8126356fe (diff)
Partial adopttion of VypressChat and WinPopup plugins
git-svn-id: http://svn.miranda-ng.org/main/trunk@8849 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/!NotAdopted/VypressChat/service.c')
-rw-r--r--plugins/!NotAdopted/VypressChat/service.c4
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);
}
}