aboutsummaryrefslogtreecommitdiffstats
path: root/libversit/vobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'libversit/vobject.c')
-rw-r--r--libversit/vobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libversit/vobject.c b/libversit/vobject.c
index dd0d1131ed..fb78253700 100644
--- a/libversit/vobject.c
+++ b/libversit/vobject.c
@@ -662,7 +662,7 @@ DLLEXPORT(void) unUseStr(const char *s)
if (stricmp(t->s,s) == 0) {
t->refCnt--;
if (t->refCnt == 0) {
- if (p == strTbl[h]) {
+ if (t == strTbl[h]) {
strTbl[h] = t->next;
}
else {
m_and_yarn/devel/electron6/files/ini-1.3.8&id=e70db60c2cdc547f4d0319f0e5714084f2171215'>root/devel/derelict-util
Commit message (Expand)AuthorAgeFilesLines
* - Bump PORTREVISION (lang/ldc was updated)acm2018-06-031-1/+1
* - Bump PORTREVISIONacm2018-02-021-0/+1
* Convert (again) every usage of https://github.com/.../archive/xxx to USE_GITHUB.mat2017-07-262-7/+8